summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorenkore <public@enkore.de>2013-08-18 03:06:34 +0200
committerenkore <public@enkore.de>2013-08-18 03:06:34 +0200
commit4ffc3e4d1ffe9ab296583cae58150ccc76533d61 (patch)
treea5c6493b6b3f9a7bbb4f53dab9f400d907293b24
parent3dc61e5d68497d442a83d7ccdc3ad30a55ab5c72 (diff)
downloadpython-requests-4ffc3e4d1ffe9ab296583cae58150ccc76533d61.tar.gz
Remove superfluous double dot
-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 86e42d06..32d63388 100644
--- a/docs/user/quickstart.rst
+++ b/docs/user/quickstart.rst
@@ -388,7 +388,7 @@ seconds with the ``timeout`` parameter::
requests.exceptions.Timeout: HTTPConnectionPool(host='github.com', port=80): Request timed out. (timeout=0.001)
-.. admonition:: Note:
+.. admonition:: Note
``timeout`` only affects the connection process itself, not the
downloading of the response body.