Skip to content

Commit dd6117c

Browse files
bariodserhiy-storchaka
authored andcommitted
Fix typo in the "Porting to Python 3.8" section. (GH-16435)
1 parent 5d6f5b6 commit dd6117c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Doc/whatsnew/3.8.rst

+1-1
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)