summaryrefslogtreecommitdiff
path: root/Doc/library/urllib.parse.rst
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-10-19 16:44:47 +0300
committerSerhiy Storchaka <storchaka@gmail.com>2016-10-19 16:44:47 +0300
commit0bbf8c08ab8915e9eb50bbe26aef1f74cc01f605 (patch)
tree2dd281b4c444e734299a0c5fb62696ddc2ce795c /Doc/library/urllib.parse.rst
parent989db5c880cbe85e49857cf44daf8b6c9ccbe0b6 (diff)
parenta97cd2eb17e0dc829e02119ea6f04198a419ed20 (diff)
downloadcpython-git-0bbf8c08ab8915e9eb50bbe26aef1f74cc01f605.tar.gz
Issue #19795: Mark up True and False as literal text instead of bold.
Diffstat (limited to 'Doc/library/urllib.parse.rst')
-rw-r--r--Doc/library/urllib.parse.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/urllib.parse.rst b/Doc/library/urllib.parse.rst
index a66b1c3012..676321b46a 100644
--- a/Doc/library/urllib.parse.rst
+++ b/Doc/library/urllib.parse.rst
@@ -553,7 +553,7 @@ task isn't already covered by the URL parsing functions above.
When a sequence of two-element tuples is used as the *query*
argument, the first element of each tuple is a key and the second is a
value. The value element in itself can be a sequence and in that case, if
- the optional parameter *doseq* is evaluates to *True*, individual
+ the optional parameter *doseq* is evaluates to ``True``, individual
``key=value`` pairs separated by ``'&'`` are generated for each element of
the value sequence for the key. The order of parameters in the encoded
string will match the order of parameter tuples in the sequence.