Skip to content

Commit 27e0981

Browse files
Fix remaining typos (#7395)
1 parent 6ec76b4 commit 27e0981

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/requests/adapters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ def build_connection_pool_key_attributes(self, request, verify, cert=None):
401401
alter the other keys to ensure the desired behaviour.
402402
403403
:param request:
404-
The PreparedReqest being sent over the connection.
404+
The PreparedRequest being sent over the connection.
405405
:type request:
406406
:class:`~requests.models.PreparedRequest`
407407
:param verify:

tests/test_requests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ def test_basicauth_encodes_byte_strings(self):
586586
("http://doesnotexist.google.com", ConnectionError),
587587
# Connecting to an invalid port should raise a ConnectionError
588588
("http://localhost:1", ConnectionError),
589-
# Inputing a URL that cannot be parsed should raise an InvalidURL error
589+
# Inputting a URL that cannot be parsed should raise an InvalidURL error
590590
("http://fe80::5054:ff:fe5a:fc0", InvalidURL),
591591
),
592592
)

0 commit comments

Comments
 (0)