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:
3dc61e5
)
Remove superfluous double dot
author
enkore
<public@enkore.de>
Sun, 18 Aug 2013 01:06:34 +0000
(
03:06
+0200)
committer
enkore
<public@enkore.de>
Sun, 18 Aug 2013 01:06:34 +0000
(
03:06
+0200)
docs/user/quickstart.rst
patch
|
blob
|
history
diff --git
a/docs/user/quickstart.rst
b/docs/user/quickstart.rst
index 86e42d0635a74b0c9435c4551e53e267a1d92e45..32d633887dd0fe0a79e996588a2aaf0ac5c6f1b9 100644
(file)
--- a/
docs/user/quickstart.rst
+++ b/
docs/user/quickstart.rst
@@
-388,7
+388,7
@@
seconds with the ``timeout`` parameter::
requests.exceptions.Timeout: HTTPConnectionPool(host='github.com', port=80): Request timed out. (timeout=0.001)
-.. admonition:: Note
:
+.. admonition:: Note
``timeout`` only affects the connection process itself, not the
downloading of the response body.