Skip to content

gh-91243: Document Required and NotRequired #93173

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
May 27, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Doc/library/typing.rst
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
  • Loading branch information
davidfstr and AlexWaygood authored May 26, 2022
commit a999c2597dae4585ff27c2fb61e8b5d335f80f23
2 changes: 1 addition & 1 deletion Doc/library/typing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1028,7 +1028,7 @@ These can be used as types in annotations using ``[]``, each having a unique syn

.. data:: NotRequired

A special typing construct that marks individual keys of a :class:`TypedDict`
Special typing constructs that mark individual keys of a :class:`TypedDict`
as either required or non-required respectively.

For more information, see
Expand Down