Remove superfluous double dot

This commit is contained in:
enkore
2013-08-18 03:06:34 +02:00
parent 3dc61e5d68
commit 4ffc3e4d1f
+1 -1
View File
@@ -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.