Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b7e161 commit a5c9c37Copy full SHA for a5c9c37
1 file changed
Doc/library/urllib.request.rst
@@ -48,8 +48,8 @@ The :mod:`urllib.request` module defines the following functions:
48
only works for HTTP, HTTPS and FTP connections.
49
50
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.
+ describing the various SSL options. See :class:`~http.client.HTTPSConnection`
+ for more details.
53
54
The optional *cafile* and *capath* parameters specify a set of trusted
55
CA certificates for HTTPS requests. *cafile* should point to a single
0 commit comments