From c503586db31b26a66c7f63bf05ab0e30a9365fef Mon Sep 17 00:00:00 2001 From: Hassan Abouelela Date: Mon, 30 May 2022 20:58:06 +0400 Subject: Bump Version 7.1.3 Signed-off-by: Hassan Abouelela --- botcore/site_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'botcore/site_api.py') diff --git a/botcore/site_api.py b/botcore/site_api.py index 883ea98a..eb9b89e0 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. This was changed in 7.1.2. + response (:obj:`aiohttp.ClientResponse`): The response object from the request. And then reverted in 7.1.3. response_json: The JSON response returned from the request, if any. request_text: The text of the request, if any. """ -- cgit v1.2.3