summaryrefslogtreecommitdiff
path: root/docs/user
diff options
context:
space:
mode:
authorYang Zhang <yaaang@gmail.com>2013-09-07 00:16:09 -0700
committerYang Zhang <yaaang@gmail.com>2013-09-07 00:16:09 -0700
commit2cb523b267df411a97388b147447e75e34880794 (patch)
tree4e2cae4792d261a153fdf7ff74c4e490137f6639 /docs/user
parent6d0315f78fb27ec92407e50694c7054aa16ad1b1 (diff)
downloadpython-requests-2cb523b267df411a97388b147447e75e34880794.tar.gz
Fix typo in Timeouts doc
Diffstat (limited to 'docs/user')
-rw-r--r--docs/user/quickstart.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user/quickstart.rst b/docs/user/quickstart.rst
index b77362a2..0eafc62d 100644
--- 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).