diff --git a/tools/check.py b/tools/check.py index f2cf108179d1ff84f41329ddaf28afeb244bc2ee..e335bb8a95ebd2a2e06a1efd8439146643b4dc81 100755 --- a/tools/check.py +++ b/tools/check.py @@ -461,7 +461,8 @@ class ReferencePageValidator(MarkdownValidator): ```definition_lists``` extension. That syntax isn't supported by the CommonMark parser, so we identify - terms manually.""" + terms manually.""" + glossary_keyword = glossary_entry[0] if len(glossary_entry) < 2: logging.error( "In {0}: "