diff options
| author | enkore <public@enkore.de> | 2013-08-18 03:06:34 +0200 |
|---|---|---|
| committer | enkore <public@enkore.de> | 2013-08-18 03:06:34 +0200 |
| commit | 4ffc3e4d1ffe9ab296583cae58150ccc76533d61 (patch) | |
| tree | a5c6493b6b3f9a7bbb4f53dab9f400d907293b24 | |
| parent | 3dc61e5d68497d442a83d7ccdc3ad30a55ab5c72 (diff) | |
| download | python-requests-4ffc3e4d1ffe9ab296583cae58150ccc76533d61.tar.gz | |
Remove superfluous double dot
| -rw-r--r-- | docs/user/quickstart.rst | 2 |
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. |
