We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2d673f commit 14adafdCopy full SHA for 14adafd
Doc/reference/datamodel.rst
@@ -765,7 +765,7 @@ 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 empty or a singleton) containing the base classes, in the
+ 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.
771
0 commit comments