summaryrefslogtreecommitdiffstats
path: root/Doc/library/urllib.request.rst
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-11-29 10:17:13 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-11-29 10:17:13 (GMT)
commitfbc1c268031a9c8fad65f49c8381b6145bd66ffc (patch)
tree61f0d5554573668c553dd9f39a50d74c12dd50bb /Doc/library/urllib.request.rst
parent4b79518f83fa6c4dadd69326276032d74c8e3df7 (diff)
downloadcpython-fbc1c268031a9c8fad65f49c8381b6145bd66ffc.zip
cpython-fbc1c268031a9c8fad65f49c8381b6145bd66ffc.tar.gz
cpython-fbc1c268031a9c8fad65f49c8381b6145bd66ffc.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.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/urllib.request.rst b/Doc/library/urllib.request.rst
index eac222f..10aa260 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