]> granicus.if.org Git - python/commitdiff
Fix faulty indent.
authorNed Deily <nad@acm.org>
Mon, 24 Nov 2014 04:55:55 +0000 (20:55 -0800)
committerNed Deily <nad@acm.org>
Mon, 24 Nov 2014 04:55:55 +0000 (20:55 -0800)
Doc/library/urllib2.rst

index 65d11e178042fc6db494f1ade6f485f5eefcf095..ce0fa98f7d507e0d5c3f70f8fd20454376edae8d 100644 (file)
@@ -38,7 +38,7 @@ The :mod:`urllib2` module defines the following functions:
    The optional *timeout* parameter specifies a timeout in seconds for blocking
    operations like the connection attempt (if not specified, the global default
    timeout setting will be used).  This actually only works for HTTP, HTTPS and
-         FTP connections.
+   FTP connections.
 
    If *context* is specified, it must be a :class:`ssl.SSLContext` instance
    describing the various SSL options. See :class:`~httplib.HTTPSConnection` for