Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
iritkatriel committed Nov 15, 2024
1 parent e975cd3 commit ea35c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion peps/pep-9999.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Python itself moved them away from this harmful feature.
One of the arguments brought up [6]_ in the discussion about :pep:`601`
was that language features should be orthogonal, and combine without
context-based restrictions. However, in the meantime :pep:`654` has
been implemented, and it forbids ``return``, ``break`` and ``continue`
been implemented, and it forbids ``return``, ``break`` and ``continue``
in an ``except*`` clause because the semantics of that would violate
the property that ``except*`` clauses operate *in parallel*, so the
code of one clause should not suppress the invocation of another.
Expand Down

0 comments on commit ea35c82

Please sign in to comment.