Skip to content

Commit f70f50f

Browse files
authored
Update pep-0758.rst
1 parent 0ef3b74 commit f70f50f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

peps/pep-0758.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The same change would apply to ``except*`` expressions. For example:
5757
except* ExceptionA, ExceptionB, ExceptionC:
5858
...
5959
60-
When using the ``as`` clause to capture the exception instance paretheses must
60+
When using the ``as`` clause to capture the exception instance parentheses must
6161
be used as before. Some users have expressed that they would find it confusing not
6262
to require parentheses as it would be unclear what exactly is being assigned to
6363
the target since in other parts of the language multiple ``as`` clauses can be used

0 commit comments

Comments
 (0)