From: enkore Date: Sun, 18 Aug 2013 01:06:34 +0000 (+0200) Subject: Remove superfluous double dot X-Git-Tag: v2.0~19^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4ffc3e4d1ffe9ab296583cae58150ccc76533d61;p=services%2Fpython-requests.git Remove superfluous double dot --- diff --git a/docs/user/quickstart.rst b/docs/user/quickstart.rst index 86e42d0..32d6338 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.