From: Yang Zhang Date: Sat, 7 Sep 2013 07:16:09 +0000 (-0700) Subject: Fix typo in Timeouts doc X-Git-Tag: v2.0~13^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2cb523b267df411a97388b147447e75e34880794;p=services%2Fpython-requests.git Fix typo in Timeouts doc --- diff --git a/docs/user/quickstart.rst b/docs/user/quickstart.rst index b77362a..0eafc62 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).