8000 gh-91243: Document Required and NotRequired by davidfstr · Pull Request #93173 · python/cpython · GitHub
[go: up one dir, main page]

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 1ac5fec826db2f8ac24699b905ed3af8bd1c3b70
2 changes: 1 addition & 1 deletion Doc/library/typing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1032,7 +1032,7 @@ These can be used as types in annotations using ``[]``, each having a unique syn
as either required or non-required respectively.

For more information, see :class:`TypedDict` and
:pep:`655` (Marking individual TypedDict items as required or potentially-missing).
:pep:`655` ("Marking individual TypedDict items as required or potentially-missing").

.. versionadded:: 3.11

Expand Down
0