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

Skip to content

Commit 030dbb9

Browse files
committed
merge 3.4
2 parents a14414d + a5c9c37 commit 030dbb9

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Doc/library/urllib.request.rst

Lines changed: 3 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
@@ -118,6 +118,7 @@ The :mod:`urllib.request` module defines the following functions:
118118
.. versionchanged:: 3.5
119119
*context* was added.
120120

121+
121122
.. function:: install_opener(opener)
122123

123124
Install an :class:`OpenerDirector` instance as the default global opener.

0 commit comments

Comments
 (0)