aboutsummaryrefslogtreecommitdiffstats
path: root/tests/query/highlights/python/raise_from.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/query/highlights/python/raise_from.py')
-rw-r--r--tests/query/highlights/python/raise_from.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/query/highlights/python/raise_from.py b/tests/query/highlights/python/raise_from.py
index 8a48a222b..fb30f4252 100644
--- a/tests/query/highlights/python/raise_from.py
+++ b/tests/query/highlights/python/raise_from.py
@@ -2,5 +2,5 @@ try:
print(1 / 0)
except Exception:
raise RuntimeError from None
- # ^ @exception
- # ^ @exception
+ # ^ @keyword.exception
+ # ^ @keyword.exception