Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Prev Previous commit
Next Next commit
Update Lib/test/test_syntax.py
Co-authored-by: Brett Cannon <[email protected]>
  • Loading branch information
pablogsal and brettcannon authored Mar 31, 2025
commit 1a02bb74dbed409bb1ece042caf8d3966b594d86
2 changes: 1 addition & 1 deletion Lib/test/test_syntax.py
Original file line number Diff line number Diff line change
Expand Up @@ -1683,7 +1683,7 @@
... finally:
... pass
Traceback (most recent call last):
SyntaxError: multiple exception types must be parenthesized
SyntaxError: multiple exception types must be parenthesized when using 'as'


>>> try:
Expand Down
Loading