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.