summaryrefslogtreecommitdiff
path: root/scripts/check_sources.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/check_sources.py')
-rwxr-xr-xscripts/check_sources.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/check_sources.py b/scripts/check_sources.py
index 1feb1a33..f625cb19 100755
--- a/scripts/check_sources.py
+++ b/scripts/check_sources.py
@@ -37,7 +37,7 @@ copyright_re = re.compile(r'^ :copyright: Copyright 2006-2022 by '
r'the Pygments team, see AUTHORS\.$')
copyright_2_re = re.compile(r'^ %s(, %s)*[,.]$' %
(name_mail_re, name_mail_re))
-is_const_re = re.compile(r'if.*?==\s+(None|False|True)\b')
+is_const_re = re.compile(r'if.*?==\s+(None|False|True)\b')
misspellings = ["developement", "adress", "verificate", # ALLOW-MISSPELLING
"informations", "unlexer"] # ALLOW-MISSPELLING