8000
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 5d6f5b6 commit dd6117cCopy full SHA for dd6117c
Doc/whatsnew/3.8.rst
@@ -1531,7 +1531,7 @@ Changes in Python behavior
1531
:class:`int`, :class:`float`, :class:`complex` and few classes from
1532
the standard library. They now inherit ``__str__()`` from :class:`object`.
1533
As result, defining the ``__repr__()`` method in the subclass of these
1534
- classes will affect they string representation.
+ classes will affect their string representation.
1535
(Contributed by Serhiy Storchaka in :issue:`36793`.)
1536
1537
* On AIX, :attr:`sys.platform` doesn't contain the major version anymore.
0 commit comments