summaryrefslogtreecommitdiffstats
path: root/Lib/pydoc_data/topics.py
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2018-10-20 06:04:19 (GMT)
committerNed Deily <nad@python.org>2018-10-20 06:04:19 (GMT)
commit260ec2c36abd73bac51489108409160427979ede (patch)
tree4781a5ee01540d8d9172fa1a770cdf8ac86ecab4 /Lib/pydoc_data/topics.py
parent32fe7b0188bb73c84c0bde80643b6a3bfd03ba93 (diff)
downloadcpython-3.7.1.zip
cpython-3.7.1.tar.gz
cpython-3.7.1.tar.bz2
3.7.1finalv3.7.1
Diffstat (limited to 'Lib/pydoc_data/topics.py')
-rw-r--r--Lib/pydoc_data/topics.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/Lib/pydoc_data/topics.py b/Lib/pydoc_data/topics.py
index f3ef36b..f5b9aa1 100644
--- a/Lib/pydoc_data/topics.py
+++ b/Lib/pydoc_data/topics.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Autogenerated by Sphinx on Sat Oct 13 02:40:00 2018
+# Autogenerated by Sphinx on Sat Oct 20 01:59:27 2018
topics = {'assert': 'The "assert" statement\n'
'**********************\n'
'\n'
@@ -5526,8 +5526,7 @@ topics = {'assert': 'The "assert" statement\n'
' 3232235521\n'
' >>>\n'
' >>> width = 5\n'
- ' >>> for num in range(5,12): #doctest: '
- '+NORMALIZE_WHITESPACE\n'
+ ' >>> for num in range(5,12): \n'
" ... for base in 'dXob':\n"
" ... print('{0:{width}{base}}'.format(num, "
"base=base, width=width), end=' ')\n"