cpython: 019125fb6d66 (original) (raw)
Mercurial > cpython
changeset 105930:019125fb6d66 3.6
Issue #29012: Merge from 3.5 [#29012]
Berker Peksag berker.peksag@gmail.com | |
---|---|
date | Mon, 02 Jan 2017 06:01:07 +0300 |
parents | 5698d84d0187(current diff)721df314d45a(diff) |
children | 454426dbff83 7c5075a14459 |
files | Doc/reference/datamodel.rst |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-)[+] [-] Doc/reference/datamodel.rst 2 |
line wrap: on
line diff
--- a/Doc/reference/datamodel.rst
+++ b/Doc/reference/datamodel.rst
@@ -788,7 +788,7 @@ Custom classes
Special attributes: :attr:~definition.__name__
is the class name; :attr:__module__
is
the module name in which the class was defined; :attr:~object.__dict__
is the
dictionary containing the class's namespace; :attr:~class.__bases__
is a