Skip to content

Commit 3e200c6

Browse files
davidfstrhugovkAlexWaygoodJelleZijlstra
authored
PEP 747: TypeExpr: Type Hint for a Type Expression (#3798)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
1 parent c6fc121 commit 3e200c6

File tree

3 files changed

+980
-1
lines changed

3 files changed

+980
-1
lines changed

.github/CODEOWNERS

+2
Original file line numberDiff line numberDiff line change
@@ -627,6 +627,8 @@ peps/pep-0745.rst @hugovk
627627
peps/pep-0746.rst @JelleZijlstra
628628
peps/pep-0749.rst @JelleZijlstra
629629
# ...
630+
peps/pep-0747.rst @JelleZijlstra
631+
# ...
630632
# peps/pep-0754.rst
631633
# ...
632634
peps/pep-0789.rst @njsmith

peps/pep-0655.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ Such operators could be implemented on ``type`` via the ``__pos__``,
461461
grammar.
462462

463463
It was decided that it would be prudent to introduce long-form notation
464-
(i.e. ``Required[]`` and ``NotRequired[]``) before introducing
464+
(i.e. ``Required[]`` and ``NotRequired[]``) before introducing
465465
any short-form notation. Future PEPs may reconsider introducing this
466466
or other short-form notation options.
467467

0 commit comments

Comments
 (0)