summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2022-05-30 19:55:20 +0300
committerGravatar GitHub <[email protected]>2022-05-30 19:55:20 +0300
commit65b0e7273113960241a65f6d9ab345a3beb1177c (patch)
treeb6c1e79dbd627000c7d75bc2a9e5f3f75a22af80
parentMerge pull request #1 from HassanAbouelela/upgrade-docs (diff)
Update site_api.py
-rw-r--r--botcore/site_api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/botcore/site_api.py b/botcore/site_api.py
index dbdf4f3b..883ea98a 100644
--- a/botcore/site_api.py
+++ b/botcore/site_api.py
@@ -24,7 +24,7 @@ class ResponseCodeError(ValueError):
Initialize a new :obj:`ResponseCodeError` instance.
Args:
- response (:obj:`aiohttp.ClientResponse`): The response object from the request.
+ response (:obj:`aiohttp.ClientResponse`): The response object from the request. This was changed in 7.1.2.
response_json: The JSON response returned from the request, if any.
request_text: The text of the request, if any.
"""