Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4abd417

Browse files
committed
Issue #29012: Merge from 3.6
2 parents a1e8551 + a22457e commit 4abd417

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/reference/datamodel.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,7 @@ Custom classes
788788
Special attributes: :attr:`~definition.__name__` is the class name; :attr:`__module__` is
789789
the module name in which the class was defined; :attr:`~object.__dict__` is the
790790
dictionary containing the class's namespace; :attr:`~class.__bases__` is a
791-
tuple (possibly empty or a singleton) containing the base classes, in the
791+
tuple (possibly a singleton) containing the base classes, in the
792792
order of their occurrence in the base class list; :attr:`__doc__` is the
793793
class's documentation string, or ``None`` if undefined;
794794
:attr:`__annotations__` (optional) is a dictionary containing

0 commit comments

Comments
 (0)