aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2016-10-31 20:39:38 -0400
committerNed Deily <nad@python.org>2016-10-31 20:39:38 -0400
commitb02f2e12981c05bf7863776c19e0aded864cbc74 (patch)
tree7550fba76259a385d41485d69a4b2b10b8faf74e
parentIssue #28248: merge from 3.5 (diff)
downloadcpython-b02f2e12981c05bf7863776c19e0aded864cbc74.tar.gz
cpython-b02f2e12981c05bf7863776c19e0aded864cbc74.tar.bz2
cpython-b02f2e12981c05bf7863776c19e0aded864cbc74.zip
Update pydoc topics for 3.6.0b3
-rw-r--r--Lib/pydoc_data/topics.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/Lib/pydoc_data/topics.py b/Lib/pydoc_data/topics.py
index aaf2ce65f12..914e8184f68 100644
--- a/Lib/pydoc_data/topics.py
+++ b/Lib/pydoc_data/topics.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Autogenerated by Sphinx on Mon Oct 10 15:59:17 2016
+# Autogenerated by Sphinx on Mon Oct 31 20:37:53 2016
topics = {'assert': '\n'
'The "assert" statement\n'
'**********************\n'
@@ -5066,9 +5066,9 @@ topics = {'assert': '\n'
'be formatted\n'
'with the floating point presentation types listed below '
'(except "\'n\'"\n'
- 'and None). When doing so, "float()" is used to convert the '
- 'integer to\n'
- 'a floating point number before formatting.\n'
+ 'and "None"). When doing so, "float()" is used to convert '
+ 'the integer\n'
+ 'to a floating point number before formatting.\n'
'\n'
'The available presentation types for floating point and '
'decimal values\n'
@@ -9626,7 +9626,7 @@ topics = {'assert': '\n'
' Unicode ordinals (integers) or characters (strings of '
'length 1) to\n'
' Unicode ordinals, strings (of arbitrary lengths) or '
- 'None.\n'
+ '"None".\n'
' Character keys will then be converted to ordinals.\n'
'\n'
' If there are two arguments, they must be strings of '
@@ -9637,7 +9637,7 @@ topics = {'assert': '\n'
'is a third\n'
' argument, it must be a string, whose characters will be '
'mapped to\n'
- ' None in the result.\n'
+ ' "None" in the result.\n'
'\n'
'str.partition(sep)\n'
'\n'
@@ -11204,7 +11204,7 @@ topics = {'assert': '\n'
'the\n'
' order of their occurrence in the base class list; "__doc__" is '
'the\n'
- " class's documentation string, or None if undefined;\n"
+ ' class\'s documentation string, or "None" if undefined;\n'
' "__annotations__" (optional) is a dictionary containing '
'*variable\n'
' annotations* collected during class body execution.\n'