Issue #29012: Remove another outdated information

Patch by Jim Fasarakis-Hilliard.
This commit is contained in:
Berker Peksag 2017-01-03 03:34:15 +03:00
parent e8134afd8e
commit 7b4e551091
1 changed files with 3 additions and 3 deletions

View File

@ -765,9 +765,9 @@ Custom classes
Special attributes: :attr:`~definition.__name__` is the class name; :attr:`__module__` is 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 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 dictionary containing the class's namespace; :attr:`~class.__bases__` is a
tuple (possibly a singleton) containing the base classes, in the tuple containing the base classes, in the order of their occurrence in the
order of their occurrence in the base class list; :attr:`__doc__` is the base class list; :attr:`__doc__` is the class's documentation string, or
class's documentation string, or ``None`` if undefined. ``None`` if undefined.
Class instances Class instances
.. index:: .. index::