diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2020-08-18 21:20:56 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2020-08-18 21:20:56 -0400 |
commit | 624580b7187d65288767ad7dc0915af1fd2e9a8c (patch) | |
tree | 3597fe913d649b98bb98aac8a16582cddfbcbc61 /igor.py | |
parent | d0d49f076c716865b88086e9117d78d8cc3e3d94 (diff) | |
download | python-coveragepy-git-624580b7187d65288767ad7dc0915af1fd2e9a8c.tar.gz |
Don't complain about trivial problems in doc/help
Diffstat (limited to 'igor.py')
-rw-r--r-- | igor.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -255,6 +255,7 @@ def do_check_eol(): '_build', '_spell', 'tmp', + 'help', ] checked = set() |