Skip to content

Commit

Permalink
Use fragment and title syntax in PEP 655 to test
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Jan 19, 2022
1 parent 7aae03e commit 5449914
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pep-0655.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ Abstract

`PEP 589 <https://www.python.org/dev/peps/pep-0589/>`__ defines syntax
for declaring a TypedDict with all required keys and syntax for defining
a TypedDict with `all potentially-missing
keys <https://www.python.org/dev/peps/pep-0589/#totality>`__ however it
a TypedDict with :pep:`all potentially-missing keys <589#totality>` however it
does not provide any syntax to declare some keys as required and others
as potentially-missing. This PEP introduces two new syntaxes:
``Required[...]`` which can be used on individual items of a
Expand Down

0 comments on commit 5449914

Please sign in to comment.