Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a5c9c37

Browse files
committed
wrap
1 parent 8b7e161 commit a5c9c37

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/urllib.request.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ The :mod:`urllib.request` module defines the following functions:
4848
only works for HTTP, HTTPS and FTP connections.
4949

5050
If *context* is specified, it must be a :class:`ssl.SSLContext` instance
51-
describing the various SSL options. See
52-
:class:`~http.client.HTTPSConnection` for more details.
51+
describing the various SSL options. See :class:`~http.client.HTTPSConnection`
52+
for more details.
5353

5454
The optional *cafile* and *capath* parameters specify a set of trusted
5555
CA certificates for HTTPS requests. *cafile* should point to a single

0 commit comments

Comments
 (0)