Typo in no cover comment

This commit is contained in:
Anthony Sottile 2016-02-03 11:12:51 -08:00
parent 64943e8641
commit d740faeded

View file

@ -18,7 +18,7 @@ def check_symlinks(argv=None):
if (
os.path.islink(filename) and
not os.path.exists(filename)
): # pragma no cover (symlink support required)
): # pragma: no cover (symlink support required)
print('{0}: Broken symlink'.format(filename))
retv = 1