Format chapter 6

This commit is contained in:
PeridexisErrant 2015-10-01 12:30:58 +10:00
parent 4a421fdf24
commit 13e16e0ae1
2 changed files with 83 additions and 76 deletions

View file

@ -19,7 +19,7 @@ def error(fname, lineno, issue):
def lint(path):
"""Run linters on all files, print problem files."""
print('Checking for tabs or trailing whitespace...')
print('Checking for long lines, tabs, and trailing whitespace...')
failed = False
for root, _, files in os.walk(path):
for f in files: