From: Ned Deily Date: Mon, 24 Nov 2014 04:55:55 +0000 (-0800) Subject: Fix faulty indent. X-Git-Tag: v2.7.9rc1~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=40ce014baf1595b79bf091d8eebbae3a1ac5f3a6;p=thirdparty%2FPython%2Fcpython.git Fix faulty indent. --- diff --git a/Doc/library/urllib2.rst b/Doc/library/urllib2.rst index 65d11e178042..ce0fa98f7d50 100644 --- a/Doc/library/urllib2.rst +++ b/Doc/library/urllib2.rst @@ -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