summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.1.rst
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-10-19 13:43:42 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-10-19 13:43:42 (GMT)
commita97cd2eb17e0dc829e02119ea6f04198a419ed20 (patch)
treeef03c46125b86e2cec7846b4d8fb4c071728067b /Doc/whatsnew/3.1.rst
parentecf41da83e5db98734b19f205899168cc56da943 (diff)
downloadcpython-a97cd2eb17e0dc829e02119ea6f04198a419ed20.zip
cpython-a97cd2eb17e0dc829e02119ea6f04198a419ed20.tar.gz
cpython-a97cd2eb17e0dc829e02119ea6f04198a419ed20.tar.bz2
Issue #19795: Mark up True and False as literal text instead of bold.
Diffstat (limited to 'Doc/whatsnew/3.1.rst')
-rw-r--r--Doc/whatsnew/3.1.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.1.rst b/Doc/whatsnew/3.1.rst
index c1a1687..83e1369 100644
--- a/Doc/whatsnew/3.1.rst
+++ b/Doc/whatsnew/3.1.rst
@@ -548,5 +548,5 @@ that may require changes to your code:
* The automatic name remapping in the pickle module for protocol 2 or lower can
make Python 3.1 pickles unreadable in Python 3.0. One solution is to use
- protocol 3. Another solution is to set the *fix_imports* option to **False**.
+ protocol 3. Another solution is to set the *fix_imports* option to *``False``*.
See the discussion above for more details.