wrap
diff --git a/Doc/library/urllib.request.rst b/Doc/library/urllib.request.rst
index 23ac29b..bd7340b 100644
--- 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