File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments