From 72b5698680242652e89ff5b48eea58a468f856d0 Mon Sep 17 00:00:00 2001 From: bariod <35639254+bariod@users.noreply.github.com> Date: Fri, 27 Sep 2019 12:43:09 +0200 Subject: [PATCH] fix typo porting to py 3.8 section --- Doc/whatsnew/3.8.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.8.rst b/Doc/whatsnew/3.8.rst index 0995cb3b91196e..4cab2f7af118dd 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.