Fixed typo in docstring.

This commit is contained in:
Tim Graham 2014-03-31 07:01:13 -04:00
parent 0fd51cf0bd
commit 029d77eaaa
1 changed files with 1 additions and 1 deletions

View File

@ -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 += ": "