10000 Fix typo in the "Porting to Python 3.8" section. (GH-16435) · python/cpython@294c522 · GitHub
[go: up one dir, main page]

Skip to content

Commit 294c522

Browse files
Fix typo in the "Porting to Python 3.8" section. (GH-16435)
(cherry picked from commit dd6117c) Co-authored-by: bariod <35639254+bariod@users.noreply.github.com>
1 parent 50290e3 commit 294c522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.8.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1531,7 +1531,7 @@ Changes in Python behavior
15311531
:class:`int`, :class:`float`, :class:`complex` and few classes from
15321532
the standard library. They now inherit ``__str__()`` from :class:`object`.
15331533
As result, defining the ``__repr__()`` method in the subclass of these
1534-
classes will affect they string representation.
1534+
classes will affect their string representation.
15351535
(Contributed by Serhiy Storchaka in :issue:`36793`.)
15361536

15371537
* On AIX, :attr:`sys.platform` doesn't contain the major version anymore.

0 commit comments

Comments
 (0)
0