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.
2 parents a1e8551 + a22457e commit 4abd417Copy full SHA for 4abd417
1 file changed
Doc/reference/datamodel.rst
@@ -788,7 +788,7 @@ Custom classes
788
Special attributes: :attr:`~definition.__name__` is the class name; :attr:`__module__` is
789
the module name in which the class was defined; :attr:`~object.__dict__` is the
790
dictionary containing the class's namespace; :attr:`~class.__bases__` is a
791
- tuple (possibly empty or a singleton) containing the base classes, in the
+ tuple (possibly a singleton) containing the base classes, in the
792
order of their occurrence in the base class list; :attr:`__doc__` is the
793
class's documentation string, or ``None`` if undefined;
794
:attr:`__annotations__` (optional) is a dictionary containing
0 commit comments