diff --git a/Doc/whatsnew/3.14.rst b/Doc/whatsnew/3.14.rst index b76ded3df16abf..a608c7d951de97 100644 --- a/Doc/whatsnew/3.14.rst +++ b/Doc/whatsnew/3.14.rst @@ -77,7 +77,7 @@ PEP 649: Deferred Evaluation of Annotations The :term:`annotations ` on functions, classes, and modules are no longer evaluated eagerly. Instead, annotations are stored in special-purpose -:term:`annotation functions ` and evaluated only when +:term:`annotate functions ` and evaluated only when necessary. This is specified in :pep:`649` and :pep:`749`. The new :mod:`annotationlib` module provides tools for inspecting deferred