We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ef3b74 commit f70f50fCopy full SHA for f70f50f
1 file changed
peps/pep-0758.rst
@@ -57,7 +57,7 @@ The same change would apply to ``except*`` expressions. For example:
57
except* ExceptionA, ExceptionB, ExceptionC:
58
...
59
60
-When using the ``as`` clause to capture the exception instance paretheses must
+When using the ``as`` clause to capture the exception instance parentheses must
61
be used as before. Some users have expressed that they would find it confusing not
62
to require parentheses as it would be unclear what exactly is being assigned to
63
the target since in other parts of the language multiple ``as`` clauses can be used
0 commit comments