Commit dd6117c6 authored by bariod's avatar bariod Committed by Serhiy Storchaka

Fix typo in the "Porting to Python 3.8" section. (GH-16435)

parent 5d6f5b62
......@@ -1531,7 +1531,7 @@ Changes in Python behavior
:class:`int`, :class:`float`, :class:`complex` and few classes from
the standard library. They now inherit ``__str__()`` from :class:`object`.
As result, defining the ``__repr__()`` method in the subclass of these
classes will affect they string representation.
classes will affect their string representation.
(Contributed by Serhiy Storchaka in :issue:`36793`.)
* On AIX, :attr:`sys.platform` doesn't contain the major version anymore.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment