summaryrefslogtreecommitdiffstats
path: root/Doc/library/difflib.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/difflib.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/difflib.rst')
-rw-r--r--Doc/library/difflib.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/difflib.rst b/Doc/library/difflib.rst
index 5ab1a46..81dc0f1 100644
--- a/Doc/library/difflib.rst
+++ b/Doc/library/difflib.rst
@@ -359,7 +359,7 @@ The :class:`SequenceMatcher` class has this constructor:
The *autojunk* parameter.
SequenceMatcher objects get three data attributes: *bjunk* is the
- set of elements of *b* for which *isjunk* is True; *bpopular* is the set of
+ set of elements of *b* for which *isjunk* is ``True``; *bpopular* is the set of
non-junk elements considered popular by the heuristic (if it is not
disabled); *b2j* is a dict mapping the remaining elements of *b* to a list
of positions where they occur. All three are reset whenever *b* is reset