Skip to content

Commit 14adafd

Browse files
committed
Issue python#29012: Remove outdated information about __bases__
Patch by Jim Fasarakis-Hilliard.
1 parent d2d673f commit 14adafd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/reference/datamodel.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,7 @@ 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 empty or a singleton) containing the base classes, in the
768+
tuple (possibly a singleton) containing the base classes, in the
769769
order of their occurrence in the base class list; :attr:`__doc__` is the
770770
class's documentation string, or ``None`` if undefined.
771771

0 commit comments

Comments
 (0)