summaryrefslogtreecommitdiff
path: root/test/input/func_w0623_py30.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/input/func_w0623_py30.py')
-rw-r--r--test/input/func_w0623_py30.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/input/func_w0623_py30.py b/test/input/func_w0623_py30.py
index 163256b..f6c5f57 100644
--- a/test/input/func_w0623_py30.py
+++ b/test/input/func_w0623_py30.py
@@ -12,5 +12,5 @@ def some_function():
try:
{}["a"]
- except KeyError as some_function: # W0623
+ except KeyError, some_function: # W0623
pass