Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aa843d2

Browse files
committed
Update pydoc topics for 3.6.0a3
1 parent 538f5c4 commit aa843d2

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

Lib/pydoc_data/topics.py

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Autogenerated by Sphinx on Mon Jun 13 16:49:58 2016
2+
# Autogenerated by Sphinx on Mon Jul 11 15:30:24 2016
33
topics = {'assert': '\n'
44
'The "assert" statement\n'
55
'**********************\n'
@@ -7288,13 +7288,17 @@
72887288
'\n'
72897289
' The tuple of base classes of a class object.\n'
72907290
'\n'
7291-
'class.__name__\n'
7291+
'definition.__name__\n'
72927292
'\n'
7293-
' The name of the class or type.\n'
7293+
' The name of the class, function, method, descriptor, or '
7294+
'generator\n'
7295+
' instance.\n'
72947296
'\n'
7295-
'class.__qualname__\n'
7297+
'definition.__qualname__\n'
72967298
'\n'
7297-
' The *qualified name* of the class or type.\n'
7299+
' The *qualified name* of the class, function, method, '
7300+
'descriptor, or\n'
7301+
' generator instance.\n'
72987302
'\n'
72997303
' New in version 3.3.\n'
73007304
'\n'

0 commit comments

Comments
 (0)