diff --git a/Doc/whatsnew/3.14.rst b/Doc/whatsnew/3.14.rst index 3f8eabedc50f4f..8b7c7e3536be68 100644 --- a/Doc/whatsnew/3.14.rst +++ b/Doc/whatsnew/3.14.rst @@ -209,7 +209,7 @@ Others * The :func:`int` built-in will no longer delegate to :meth:`~object.__trunc__`. Classes that want to support conversion to - :class:`int` must implement either :meth:`~object.__int__` or + :func:`int` must implement either :meth:`~object.__int__` or :meth:`~object.__index__`. (Contributed by Mark Dickinson in :gh:`119743`).