Skip to content

Commit

Permalink
Fix typo in the "Porting to Python 3.8" section. (pythonGH-16435)
Browse files Browse the repository at this point in the history
  • Loading branch information
bariod authored and serhiy-storchaka committed Sep 27, 2019
1 parent 5d6f5b6 commit dd6117c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.8.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit dd6117c

Please sign in to comment.