diff options
author | Ned Deily <nad@python.org> | 2016-07-11 19:32:48 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2016-07-11 19:32:48 (GMT) |
commit | aa843d221926ea2b6c0405f5dff4f05504fb0279 (patch) | |
tree | 8b29cd401eaa74f7dbe5928d5b14e1a9bb800c88 /Lib/pydoc_data | |
parent | 538f5c47868b0674b1a90a9765c94a13c701f23d (diff) | |
download | cpython-aa843d221926ea2b6c0405f5dff4f05504fb0279.zip cpython-aa843d221926ea2b6c0405f5dff4f05504fb0279.tar.gz cpython-aa843d221926ea2b6c0405f5dff4f05504fb0279.tar.bz2 |
Update pydoc topics for 3.6.0a3
Diffstat (limited to 'Lib/pydoc_data')
-rw-r--r-- | Lib/pydoc_data/topics.py | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/Lib/pydoc_data/topics.py b/Lib/pydoc_data/topics.py index be61bdd..7378dc9 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 Jun 13 16:49:58 2016 +# Autogenerated by Sphinx on Mon Jul 11 15:30:24 2016 topics = {'assert': '\n' 'The "assert" statement\n' '**********************\n' @@ -7288,13 +7288,17 @@ topics = {'assert': '\n' '\n' ' The tuple of base classes of a class object.\n' '\n' - 'class.__name__\n' + 'definition.__name__\n' '\n' - ' The name of the class or type.\n' + ' The name of the class, function, method, descriptor, or ' + 'generator\n' + ' instance.\n' '\n' - 'class.__qualname__\n' + 'definition.__qualname__\n' '\n' - ' The *qualified name* of the class or type.\n' + ' The *qualified name* of the class, function, method, ' + 'descriptor, or\n' + ' generator instance.\n' '\n' ' New in version 3.3.\n' '\n' |