summaryrefslogtreecommitdiffstats
path: root/Lib/pydoc_data/topics.py
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2018-10-20 05:24:09 (GMT)
committerNed Deily <nad@python.org>2018-10-20 05:24:09 (GMT)
commit6ec5cf24b7f38ea72bb42d5cd60dca0d3ee332f9 (patch)
tree5a6a57f97cfe611bdc437566c34f4e1e10c6b25f /Lib/pydoc_data/topics.py
parent92fe93e48a852d22ba33c0fa12112ae664724202 (diff)
downloadcpython-6ec5cf24b7f38ea72bb42d5cd60dca0d3ee332f9.zip
cpython-6ec5cf24b7f38ea72bb42d5cd60dca0d3ee332f9.tar.gz
cpython-6ec5cf24b7f38ea72bb42d5cd60dca0d3ee332f9.tar.bz2
3.6.7finalv3.6.7
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 e124436..9dc4a71 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:42:51 2018
+# Autogenerated by Sphinx on Sat Oct 20 01:13:41 2018
topics = {'assert': 'The "assert" statement\n'
'**********************\n'
'\n'
@@ -5320,8 +5320,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"