From 029d77eaaa23912bf839eaeba400c77054eb319e Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Mon, 31 Mar 2014 07:01:13 -0400 Subject: [PATCH] Fixed typo in docstring. --- django/test/testcases.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 += ": "