summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-03-31 07:01:13 -0400
committerTim Graham <timograham@gmail.com>2014-03-31 07:01:27 -0400
commit2f2d21fe5cc5d7a103d36c39704a0925a7be73bc (patch)
tree1a9b6f2e4d0e0f69091b16af15db99c556f8cb98
parent8e73d3a2c17bd3233d5c6c560dda73f74083f44f (diff)
[1.7.x] Fixed typo in docstring.
Backport of 029d77eaaa from master
-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 += ": "