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:
6d0315f
)
Fix typo in Timeouts doc
author
Yang Zhang
<yaaang@gmail.com>
Sat, 7 Sep 2013 07:16:09 +0000
(
00:16
-0700)
committer
Yang Zhang
<yaaang@gmail.com>
Sat, 7 Sep 2013 07:16:09 +0000
(
00:16
-0700)
docs/user/quickstart.rst
patch
|
blob
|
history
diff --git
a/docs/user/quickstart.rst
b/docs/user/quickstart.rst
index b77362a22aa5ba9e8694fb4a8d614e5bf5fcbd2b..0eafc62dc982f1f03b4bbf4b36e73ffff4362bd8 100644
(file)
--- a/
docs/user/quickstart.rst
+++ b/
docs/user/quickstart.rst
@@
-391,7
+391,7
@@
seconds with the ``timeout`` parameter::
.. admonition:: Note
``timeout`` is not a time limit on the entire response download;
- rather, an exception is raised if the server
does
has not issued a
+ rather, an exception is raised if the server has not issued a
response for ``timeout`` seconds (more precisely, if no bytes have been
received on the underlying socket for ``timeout`` seconds).