X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/2893c42176903c8b6c28c46ff9e046861328b6a8..0b62b9c9a44a995e44d64ecf7cc08d8d7037642d:/tests/data/py_311/pep_654_style.py diff --git a/tests/data/py_311/pep_654_style.py b/tests/data/py_311/pep_654_style.py index 568e5e3..9fc7c0c 100644 --- a/tests/data/py_311/pep_654_style.py +++ b/tests/data/py_311/pep_654_style.py @@ -76,7 +76,7 @@ try: except: try: raise TypeError(int) - except* (Exception): + except* Exception: pass 1 / 0 except Exception as e: