diff --git a/tools/check.py b/tools/check.py index fdb75339e47c4eefab754766cf7eb79b3add9b81..484ca8bb72c436b69fc2c68eea86c4a95c3253fe 100755 --- a/tools/check.py +++ b/tools/check.py @@ -626,7 +626,7 @@ class ReferencePageValidator(MarkdownValidator): class InstructorPageValidator(MarkdownValidator): """Simple validator for Instructor's Guide- instructors.md""" - HEADINGS = ["Legend", "Overall"] + HEADINGS = ["Overall"] WARN_ON_EXTRA_HEADINGS = False DOC_HEADERS = {"layout": vh.is_str,