summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--django/test/testcases.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/test/testcases.py b/django/test/testcases.py
index 5b5555bfce..83a588022d 100644
--- a/django/test/testcases.py
+++ b/django/test/testcases.py
@@ -254,7 +254,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 += ": "