Remove superfluous double dot
authorenkore <public@enkore.de>
Sun, 18 Aug 2013 01:06:34 +0000 (03:06 +0200)
committerenkore <public@enkore.de>
Sun, 18 Aug 2013 01:06:34 +0000 (03:06 +0200)
docs/user/quickstart.rst

index 86e42d0635a74b0c9435c4551e53e267a1d92e45..32d633887dd0fe0a79e996588a2aaf0ac5c6f1b9 100644 (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.