Skip to content

Commit a02398d

Browse files
authored
Remove legacy reference to Requests (boto#3503)
1 parent 5963820 commit a02398d

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

botocore/endpoint.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,9 @@
4242
def convert_to_response_dict(http_response, operation_model):
4343
"""Convert an HTTP response object to a request dict.
4444
45-
This converts the requests library's HTTP response object to
46-
a dictionary.
45+
This converts the HTTP response object to a dictionary.
4746
48-
:type http_response: botocore.vendored.requests.model.Response
47+
:type http_response: botocore.awsrequest.AWSResponse
4948
:param http_response: The HTTP response from an AWS service request.
5049
5150
:rtype: dict

0 commit comments

Comments
 (0)