From b4ce4934542f4ad8ab3c56d204c394b99cdec1ec Mon Sep 17 00:00:00 2001 From: Raniere Silva Date: Sat, 7 Feb 2015 00:46:18 -0200 Subject: [PATCH] Revert changes when validating glossary --- tools/check.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/check.py b/tools/check.py index f2cf108..e335bb8 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}: " -- GitLab