Skip to content

Commit

Permalink
Grammar nit
Browse files Browse the repository at this point in the history
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
  • Loading branch information
mdickinson and picnixz authored Jun 2, 2024
1 parent 1c2a638 commit 26d5833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.14.rst
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ Others
* The :func:`int` built-in will no longer delegate to
:meth:`~object.__trunc__`. Classes that want to support conversion to
:func:`int` must implement either :meth:`~object.__int__` or
:meth:`~object.__index__`. (Contributed by Mark Dickinson in :gh:`119743`).
:meth:`~object.__index__`. (Contributed by Mark Dickinson in :gh:`119743`.)


Porting to Python 3.14
Expand Down

0 comments on commit 26d5833

Please sign in to comment.