summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbariod <35639254+bariod@users.noreply.github.com>2019-09-27 18:01:33 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2019-09-27 18:01:33 (GMT)
commitdd6117c6d7859fee57751593cd56f0862131de8b (patch)
tree8ed0aae7d47b74f015a41a85a7c2d88b35ba1c71
parent5d6f5b629394066a5249af25cc01f1a1f0edc138 (diff)
downloadcpython-dd6117c6d7859fee57751593cd56f0862131de8b.zip
cpython-dd6117c6d7859fee57751593cd56f0862131de8b.tar.gz
cpython-dd6117c6d7859fee57751593cd56f0862131de8b.tar.bz2
Fix typo in the "Porting to Python 3.8" section. (GH-16435)
-rwxr-xr-xDoc/whatsnew/3.8.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.8.rst b/Doc/whatsnew/3.8.rst
index 0995cb3..4cab2f7 100755
--- a/Doc/whatsnew/3.8.rst
+++ b/Doc/whatsnew/3.8.rst
@@ -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.