X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/2893c42176903c8b6c28c46ff9e046861328b6a8..38723bb7787d50f8751fad2eaa48b52c9e94c18d:/tests/data/py_311/pep_654_style.py?ds=inline

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: