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

(cherry picked from commit dd6117c6d7)

Co-authored-by: bariod <35639254+bariod@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2019-10-11 14:09:44 -07:00 committed by GitHub
parent 50290e3973
commit 294c5229b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.