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

Skip to content

Commit 7b4e551

Browse files
committed
Issue #29012: Remove another outdated information
Patch by Jim Fasarakis-Hilliard.
1 parent e8134af commit 7b4e551

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/reference/datamodel.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -765,9 +765,9 @@ Custom classes
765765
Special attributes: :attr:`~definition.__name__` is the class name; :attr:`__module__` is
766766
the module name in which the class was defined; :attr:`~object.__dict__` is the
767767
dictionary containing the class's namespace; :attr:`~class.__bases__` is a
768-
tuple (possibly a singleton) containing the base classes, in the
769-
order of their occurrence in the base class list; :attr:`__doc__` is the
770-
class's documentation string, or ``None`` if undefined.
768+
tuple containing the base classes, in the order of their occurrence in the
769+
base class list; :attr:`__doc__` is the class's documentation string, or
770+
``None`` if undefined.
771771

772772
Class instances
773773
.. index::

0 commit comments

Comments
 (0)