projects
/
services
/
python-requests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0442122
)
Fix a docstring typo (of -> if).
author
ztest
<ztestgh@yahoo.com>
Sat, 12 May 2012 17:09:14 +0000
(13:09 -0400)
committer
ztest
<ztestgh@yahoo.com>
Sat, 12 May 2012 17:09:14 +0000
(13:09 -0400)
requests/models.py
patch
|
blob
|
history
diff --git
a/requests/models.py
b/requests/models.py
index 74c73632955d7b942387eed9ee24a630bd849c08..e60e67b1fad57564689d1a43ae97aded023ac572 100644
(file)
--- a/
requests/models.py
+++ b/
requests/models.py
@@
-457,7
+457,7
@@
class Request(object):
return False
def send(self, anyway=False, prefetch=False):
- """Sends the request. Returns True
o
f successful, False if not.
+ """Sends the request. Returns True
i
f successful, False if not.
If there was an HTTPError during transmission,
self.response.status_code will contain the HTTPError code.