diff options
| author | Tim Graham <timograham@gmail.com> | 2014-03-31 07:01:13 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-03-31 07:01:13 -0400 |
| commit | 029d77eaaa23912bf839eaeba400c77054eb319e (patch) | |
| tree | 215ecd1623d1708c0f8660bd5a57a4a67997c2ba | |
| parent | 0fd51cf0bd31afb085d16476d5a54bedf4a1bc32 (diff) | |
Fixed typo in docstring.
| -rw-r--r-- | django/test/testcases.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 += ": " |
