Skip to content

Commit

Permalink
Update peps/pep-0749.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Carl Meyer <[email protected]>
  • Loading branch information
JelleZijlstra and carljm authored Sep 24, 2024
1 parent 7657745 commit aea52c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion peps/pep-0749.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ specification:
* There will not be a code flag for marking ``__annotate__`` functions
that can be run in a "fake globals" environment. Instead, we add a fourth format,
``FAKE_GLOBALS_VALUE``, to allow third-party implementors of annotate functions to
indicate what formats the support.
indicate what formats they support.
* Setting the ``__annotations__`` attribute directly will not affect the ``__annotate__`` attribute.
* We add functionality to allow evaluating type alias values and type parameter bounds and defaults
(which were added by :pep:`695` and :pep:`696`) using PEP 649-like semantics.
Expand Down

0 comments on commit aea52c7

Please sign in to comment.