diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-11-02 18:17:56 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-11-02 18:17:56 (GMT) |
commit | a5c9c37dd51cdec4e858fde6a42bf6b2868cae48 (patch) | |
tree | 42b4dcdcc70b596170621294604a6298b814dd19 /Doc/library/urllib.request.rst | |
parent | 8b7e161ac39b14abe0a06b69ae4e51d16649f628 (diff) | |
download | cpython-a5c9c37dd51cdec4e858fde6a42bf6b2868cae48.zip cpython-a5c9c37dd51cdec4e858fde6a42bf6b2868cae48.tar.gz cpython-a5c9c37dd51cdec4e858fde6a42bf6b2868cae48.tar.bz2 |
wrap
Diffstat (limited to 'Doc/library/urllib.request.rst')
-rw-r--r-- | Doc/library/urllib.request.rst | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ The :mod:`urllib.request` module defines the following functions: 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 |