mirror of
https://github.com/django/django.git
synced 2025-04-21 07:44:36 +00:00
[1.7.x] Fixed typo in docstring.
Backport of 029d77eaaa from master
This commit is contained in:
parent
8e73d3a2c1
commit
2f2d21fe5c
@ -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 += ": "
|
||||
|
Loading…
x
Reference in New Issue
Block a user