Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8134af commit 7b4e551Copy full SHA for 7b4e551
1 file changed
Doc/reference/datamodel.rst
@@ -765,9 +765,9 @@ Custom classes
765
Special attributes: :attr:`~definition.__name__` is the class name; :attr:`__module__` is
766
the module name in which the class was defined; :attr:`~object.__dict__` is the
767
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.
+ tuple containing the base classes, in the order of their occurrence in the
+ base class list; :attr:`__doc__` is the class's documentation string, or
+ ``None`` if undefined.
771
772
Class instances
773
.. index::
0 commit comments