Merge the other head? I hope.

This commit is contained in:
Ian Cordasco 2013-02-25 18:02:13 -05:00
commit 7220412c46
2 changed files with 2 additions and 2 deletions

View file

@ -42,7 +42,8 @@ def main():
def check_file(path, ignore=(), complexity=-1):
"""Checks a file using pep8 and pyflakes by default and mccabe optionally.
"""Checks a file using pep8 and pyflakes by default and mccabe
optionally.
:param str path: path to the file to be checked
:param tuple ignore: (optional), error and warning codes to be ignored