Skip to content

Commit 23f098f

Browse files
committed
Removing Legend from required headings
1 parent 3dbfc02 commit 23f098f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ def _run_tests(self):
626626

627627
class InstructorPageValidator(MarkdownValidator):
628628
"""Simple validator for Instructor's Guide- instructors.md"""
629-
HEADINGS = ["Legend", "Overall"]
629+
HEADINGS = ["Overall"]
630630
WARN_ON_EXTRA_HEADINGS = False
631631

632632
DOC_HEADERS = {"layout": vh.is_str,

0 commit comments

Comments
 (0)