Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 506b821

Browse files
authored
Cleaner wording.
1 parent 03308ef commit 506b821

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/whatsnew/3.14.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ Others
207207
It had previously raised a :exc:`DeprecationWarning` since Python 3.9. (Contributed
208208
by Jelle Zijlstra in :gh:`118767`.)
209209

210-
* The :func:`int` built-in will no longer delegate to
210+
* The :func:`int` built-in no longer delegates to
211211
:meth:`~object.__trunc__`. Classes that want to support conversion to
212212
integer must implement either :meth:`~object.__int__` or
213213
:meth:`~object.__index__`. (Contributed by Mark Dickinson in :gh:`119743`.)

0 commit comments

Comments
 (0)