Kaydet (Commit) 2f2d21fe authored tarafından Tim Graham's avatar Tim Graham

[1.7.x] Fixed typo in docstring.

Backport of 029d77ea from master
üst 8e73d3a2
...@@ -254,7 +254,7 @@ class SimpleTestCase(unittest.TestCase): ...@@ -254,7 +254,7 @@ class SimpleTestCase(unittest.TestCase):
Note that assertRedirects won't work for external links since it uses Note that assertRedirects won't work for external links since it uses
TestClient to do a request (use fetch_redirect_response=False to check 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: if msg_prefix:
msg_prefix += ": " msg_prefix += ": "
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment