Skip to content

Commit 1a02bb7

Browse files
Update Lib/test/test_syntax.py
Co-authored-by: Brett Cannon <[email protected]>
1 parent 047500d commit 1a02bb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_syntax.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1683,7 +1683,7 @@
16831683
... finally:
16841684
... pass
16851685
Traceback (most recent call last):
1686-
SyntaxError: multiple exception types must be parenthesized
1686+
SyntaxError: multiple exception types must be parenthesized when using 'as'
16871687
16881688
16891689
>>> try:

0 commit comments

Comments
 (0)