summaryrefslogtreecommitdiffstats
path: root/Lib/pydoc_data/topics.py
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2018-10-13 07:01:32 (GMT)
committerNed Deily <nad@python.org>2018-10-13 07:01:32 (GMT)
commit4893861ab58544091feab2946648245ac1271e2f (patch)
tree978b91821d42e1615e5f32450c68435df3c9fea3 /Lib/pydoc_data/topics.py
parentf55c3ae657595d12ce78aca76c9c6b998d632424 (diff)
downloadcpython-3.6.7rc2.zip
cpython-3.6.7rc2.tar.gz
cpython-3.6.7rc2.tar.bz2
3.6.7rc2v3.6.7rc2
Diffstat (limited to 'Lib/pydoc_data/topics.py')
-rw-r--r--Lib/pydoc_data/topics.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/Lib/pydoc_data/topics.py b/Lib/pydoc_data/topics.py
index 6702af7..e124436 100644
--- a/Lib/pydoc_data/topics.py
+++ b/Lib/pydoc_data/topics.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Autogenerated by Sphinx on Wed Sep 26 02:28:16 2018
+# Autogenerated by Sphinx on Sat Oct 13 02:42:51 2018
topics = {'assert': 'The "assert" statement\n'
'**********************\n'
'\n'
@@ -5320,7 +5320,8 @@ topics = {'assert': 'The "assert" statement\n'
' 3232235521\n'
' >>>\n'
' >>> width = 5\n'
- ' >>> for num in range(5,12): \n'
+ ' >>> for num in range(5,12): #doctest: '
+ '+NORMALIZE_WHITESPACE\n'
" ... for base in 'dXob':\n"
" ... print('{0:{width}{base}}'.format(num, "
"base=base, width=width), end=' ')\n"