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
Fix typo
  • Loading branch information
davidfstr committed May 26, 2022
commit f0f47077fabf2d77abe0e44ac743e7560ba0f889
2 changes: 1 addition & 1 deletion Doc/library/typing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1855,7 +1855,7 @@ These are not used in annotations. They are building blocks for declaring types.
.. versionadded:: 3.8

.. versionchanged:: 3.11
Added support for marking individual keys as :data`Required` or :data:`NotRequired`.
Added support for marking individual keys as :data:`Required` or :data:`NotRequired`.
See :pep:`655`.

.. versionchanged:: 3.11
Expand Down