This commit is contained in:
Kenneth Reitz
2011-08-17 00:08:06 -04:00
parent 7322aa5b64
commit 8d2ab68a97
+1 -1
View File
@@ -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.