]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in the "Porting to Python 3.8" section. (GH-16435)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 11 Oct 2019 21:09:44 +0000 (14:09 -0700)
committerGitHub <noreply@github.com>
Fri, 11 Oct 2019 21:09:44 +0000 (14:09 -0700)
(cherry picked from commit dd6117c6d7859fee57751593cd56f0862131de8b)

Co-authored-by: bariod <35639254+bariod@users.noreply.github.com>
Doc/whatsnew/3.8.rst

index 0995cb3b91196e4a0b365c4563100c40bb66dfff..4cab2f7af118dd6fe27fff64e4397f266b04803a 100644 (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.