Skip to content

Commit 5f3ff9b

Browse files
authored
Fix typos discovered by codespell (#7371)
1 parent 514c162 commit 5f3ff9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_requests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,7 @@ def test_basicauth_with_netrc_leak(self, httpbin):
737737

738738
try:
739739
# Should use netrc
740-
# Make sure that we don't use the example.com credentails
740+
# Make sure that we don't use the example.com credentials
741741
# for the request
742742
r = requests.get(url)
743743
assert r.status_code == 200

0 commit comments

Comments
 (0)