[Python-checkins] cpython (2.7): Fix faulty indent.

ned.deily python-checkins at python.org
Mon Nov 24 05:56:22 CET 2014


https://hg.python.org/cpython/rev/41ea764e8321
changeset:   93574:41ea764e8321
branch:      2.7
user:        Ned Deily <nad at acm.org>
date:        Sun Nov 23 20:55:55 2014 -0800
summary:
  Fix faulty indent.

files:
  Doc/library/urllib2.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/urllib2.rst b/Doc/library/urllib2.rst
--- a/Doc/library/urllib2.rst
+++ b/Doc/library/urllib2.rst
@@ -38,7 +38,7 @@
    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

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list