diff --git a/django/test/testcases.py b/django/test/testcases.py index b495e64886..311c7c77a8 100644 --- a/django/test/testcases.py +++ b/django/test/testcases.py @@ -245,7 +245,7 @@ class SimpleTestCase(unittest.TestCase): Note that assertRedirects won't work for external links since it uses TestClient to do a request (use fetch_redirect_response=False to check - such links without fetching thtem). + such links without fetching them). """ if msg_prefix: msg_prefix += ": "