diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-11-29 10:19:53 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-11-29 10:19:53 (GMT) |
commit | 0e90e99188d6fb54c3f5b31a0488318d9c38309d (patch) | |
tree | baeb9819ae83194653cd3c3d4760a6c19c787a4d /Doc/library/urllib.request.rst | |
parent | 567eba1852ed89e5cf93dbce33f7e2ca73e8f05d (diff) | |
parent | fbc1c268031a9c8fad65f49c8381b6145bd66ffc (diff) | |
download | cpython-0e90e99188d6fb54c3f5b31a0488318d9c38309d.zip cpython-0e90e99188d6fb54c3f5b31a0488318d9c38309d.tar.gz cpython-0e90e99188d6fb54c3f5b31a0488318d9c38309d.tar.bz2 |
Issue #19795: Improved markup of True/False constants.
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 61b7734..c4dd7e3 100644 --- a/Doc/library/urllib.request.rst +++ b/Doc/library/urllib.request.rst @@ -59,7 +59,7 @@ The :mod:`urllib.request` module defines the following functions: some non-Windows platforms. .. warning:: - If neither *cafile* nor *capath* is specified, and *cadefault* is False, + If neither *cafile* nor *capath* is specified, and *cadefault* is ``False``, an HTTPS request will not do any verification of the server's certificate. @@ -211,7 +211,7 @@ The following classes are provided: containing the image. *unverifiable* should indicate whether the request is unverifiable, - as defined by RFC 2965. It defaults to False. An unverifiable + as defined by RFC 2965. It defaults to ``False``. An unverifiable request is one whose URL the user did not have the option to approve. For example, if the request is for an image in an HTML document, and the user had no option to approve the automatic |