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 d2d673f commit 14adafdCopy full SHA for 14adafd
1 file changed
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