Skip to content

Commit ea35c82

Browse files
committed
typo
1 parent e975cd3 commit ea35c82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

peps/pep-9999.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Python itself moved them away from this harmful feature.
6666
One of the arguments brought up [6]_ in the discussion about :pep:`601`
6767
was that language features should be orthogonal, and combine without
6868
context-based restrictions. However, in the meantime :pep:`654` has
69-
been implemented, and it forbids ``return``, ``break`` and ``continue`
69+
been implemented, and it forbids ``return``, ``break`` and ``continue``
7070
in an ``except*`` clause because the semantics of that would violate
7171
the property that ``except*`` clauses operate *in parallel*, so the
7272
code of one clause should not suppress the invocation of another.

0 commit comments

Comments
 (0)