From 06cc52fe881e5a0f2c78fdbeea53ea8ed8a144ad Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sat, 18 Apr 2026 21:50:18 +0200 Subject: [PATCH] Fix typos discovered by codespell --- tests/test_requests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_requests.py b/tests/test_requests.py index aa413359b6..6d1bef66e0 100644 --- a/tests/test_requests.py +++ b/tests/test_requests.py @@ -737,7 +737,7 @@ def test_basicauth_with_netrc_leak(self, httpbin): try: # Should use netrc - # Make sure that we don't use the example.com credentails + # Make sure that we don't use the example.com credentials # for the request r = requests.get(url) assert r.status_code == 200