Fix typo in Timeouts doc

This commit is contained in:
Yang Zhang
2013-09-07 00:16:09 -07:00
parent 6d0315f78f
commit 2cb523b267
+1 -1
View File
@@ -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).