mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
Merge pull request #607 from ztest/develop
Fix a docstring typo (of -> if).
This commit is contained in:
+1
-1
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user