cpython: 454426dbff83 (original) (raw)

Mercurial > cpython

changeset 105931:454426dbff83

Issue #29012: Merge from 3.6 [#29012]

Berker Peksag berker.peksag@gmail.com
date Mon, 02 Jan 2017 06:01:27 +0300
parents 337d78a4a7bf(current diff)019125fb6d66(diff)
children 6ca0f3fcf82f
files
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