aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/CheckMentioned.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/CheckMentioned.py')
-rw-r--r--scripts/CheckMentioned.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/CheckMentioned.py b/scripts/CheckMentioned.py
index d2c71dcbe..157acb31e 100644
--- a/scripts/CheckMentioned.py
+++ b/scripts/CheckMentioned.py
@@ -205,7 +205,7 @@ def checkDocumentation():
print(val, "<-", name, ";;", valOfName)
except KeyError:
print("***", val, "<-", name)
-
+
for name in sccToValue.keys():
if name not in ["SCI_OPTIONAL_START", "SCI_LEXER_START"] and name not in docs:
print(f"Unknown {name}")