From 624580b7187d65288767ad7dc0915af1fd2e9a8c Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Tue, 18 Aug 2020 21:20:56 -0400 Subject: Don't complain about trivial problems in doc/help --- igor.py | 1 + 1 file changed, 1 insertion(+) (limited to 'igor.py') diff --git a/igor.py b/igor.py index 3d51e576..9a632b57 100644 --- a/igor.py +++ b/igor.py @@ -255,6 +255,7 @@ def do_check_eol(): '_build', '_spell', 'tmp', + 'help', ] checked = set() -- cgit v1.2.1