[Python-checkins] cpython (3.4): wrap

benjamin.peterson python-checkins at python.org
Sun Nov 2 19:19:24 CET 2014


https://hg.python.org/cpython/rev/c51d85cf57f2
changeset:   93364:c51d85cf57f2
branch:      3.4
user:        Benjamin Peterson <benjamin at python.org>
date:        Sun Nov 02 13:17:56 2014 -0500
summary:
  wrap

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


diff --git a/Doc/library/urllib.request.rst b/Doc/library/urllib.request.rst
--- a/Doc/library/urllib.request.rst
+++ b/Doc/library/urllib.request.rst
@@ -48,8 +48,8 @@
    only works for HTTP, HTTPS and FTP connections.
 
    If *context* is specified, it must be a :class:`ssl.SSLContext` instance
-   describing the various SSL options. See
-   :class:`~http.client.HTTPSConnection` for more details.
+   describing the various SSL options. See :class:`~http.client.HTTPSConnection`
+   for more details.
 
    The optional *cafile* and *capath* parameters specify a set of trusted
    CA certificates for HTTPS requests.  *cafile* should point to a single

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


More information about the Python-checkins mailing list