summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.3.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/whatsnew/3.3.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/whatsnew/3.3.rst')
-rw-r--r--Doc/whatsnew/3.3.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst
index fec55fd..6e0746a 100644
--- a/Doc/whatsnew/3.3.rst
+++ b/Doc/whatsnew/3.3.rst
@@ -1125,7 +1125,7 @@ Features
* If Python is compiled without threads, the C version automatically
disables the expensive thread local context machinery. In this case,
- the variable :data:`~decimal.HAVE_THREADS` is set to False.
+ the variable :data:`~decimal.HAVE_THREADS` is set to ``False``.
API changes
~~~~~~~~~~~