Fix a docstring typo (of -> if).

This commit is contained in:
ztest
2012-05-12 13:09:14 -04:00
parent 0442122d34
commit ed767cb703
+1 -1
View File
@@ -457,7 +457,7 @@ class Request(object):
return False
def send(self, anyway=False, prefetch=False):
"""Sends the request. Returns True of successful, False if not.
"""Sends the request. Returns True if successful, False if not.
If there was an HTTPError during transmission,
self.response.status_code will contain the HTTPError code.