Fix typo in Timeouts doc
authorYang Zhang <yaaang@gmail.com>
Sat, 7 Sep 2013 07:16:09 +0000 (00:16 -0700)
committerYang Zhang <yaaang@gmail.com>
Sat, 7 Sep 2013 07:16:09 +0000 (00:16 -0700)
docs/user/quickstart.rst

index b77362a22aa5ba9e8694fb4a8d614e5bf5fcbd2b..0eafc62dc982f1f03b4bbf4b36e73ffff4362bd8 100644 (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).