# -*- 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'
'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'
' 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 '
'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'
'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'