Skip to content

Commit

Permalink
annotate functions
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra committed Sep 23, 2024
1 parent 3275204 commit 33ee31a
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 @@ -77,7 +77,7 @@ PEP 649: Deferred Evaluation of Annotations

The :term:`annotations <annotation>` on functions, classes, and modules are no
longer evaluated eagerly. Instead, annotations are stored in special-purpose
:term:`annotation functions <annotation function>` and evaluated only when
:term:`annotate functions <annotate function>` and evaluated only when
necessary. This is specified in :pep:`649` and :pep:`749`.

The new :mod:`annotationlib` module provides tools for inspecting deferred
Expand Down

0 comments on commit 33ee31a

Please sign in to comment.