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

Miss Islington (bot) webhook-mailer at python.org
Fri Oct 11 17:09:52 EDT 2019


https://github.com/python/cpython/commit/294c5229b12c3c6150719910846bdcdba8ed4f3e
commit: 294c5229b12c3c6150719910846bdcdba8ed4f3e
branch: 3.8
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2019-10-11T14:09:44-07:00
summary:

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

(cherry picked from commit dd6117c6d7859fee57751593cd56f0862131de8b)

Co-authored-by: bariod <35639254+bariod at users.noreply.github.com>

files:
M Doc/whatsnew/3.8.rst

diff --git a/Doc/whatsnew/3.8.rst b/Doc/whatsnew/3.8.rst
index 0995cb3b91196..4cab2f7af118d 100644
--- 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.



More information about the Python-checkins mailing list