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:
7322aa5
)
space
author
Kenneth Reitz
<me@kennethreitz.com>
Wed, 17 Aug 2011 04:08:06 +0000
(
00:08
-0400)
committer
Kenneth Reitz
<me@kennethreitz.com>
Wed, 17 Aug 2011 04:08:06 +0000
(
00:08
-0400)
requests/models.py
patch
|
blob
|
history
diff --git
a/requests/models.py
b/requests/models.py
index 3c757ae2447f71c0723239c21a1c94fb72fb10cd..2a699259f75cf655fa0736ffa4620b926dbdf2b0 100644
(file)
--- a/
requests/models.py
+++ b/
requests/models.py
@@
-39,7
+39,7
@@
class Request(object):
allow_redirects=False, proxies=None):
#: Float describ the timeout of the request.
- # (Use socket.setdefaulttimeout() as fallback)
+ #
(Use socket.setdefaulttimeout() as fallback)
self.timeout = timeout
#: Request URL.