Kaydet (Commit) 029d77ea authored tarafından Tim Graham's avatar Tim Graham

Fixed typo in docstring.

üst 0fd51cf0
...@@ -245,7 +245,7 @@ class SimpleTestCase(unittest.TestCase): ...@@ -245,7 +245,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