diff options
author | Ian Lee <IanLee1521@gmail.com> | 2016-05-25 10:49:18 -0700 |
---|---|---|
committer | Ian Lee <IanLee1521@gmail.com> | 2016-05-26 00:43:47 -0700 |
commit | 90d83aa28ae6ed0ebc49cc83079364b172405fb8 (patch) | |
tree | e73afc6affebe6a66fc157f28bf4dfd69d1bcba5 /pycodestyle.py | |
parent | fba2cc63736fa9d522fdc90d2d3cae1ff4aeaa90 (diff) | |
download | pep8-90d83aa28ae6ed0ebc49cc83079364b172405fb8.tar.gz |
Updated file names tested
Diffstat (limited to 'pycodestyle.py')
-rwxr-xr-x | pycodestyle.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pycodestyle.py b/pycodestyle.py index 87f8f62..5e90dcf 100755 --- a/pycodestyle.py +++ b/pycodestyle.py @@ -29,7 +29,7 @@ r""" Check Python source code formatting, according to PEP 8. For usage and a list of options, try this: -$ python pep8.py -h +$ python pycodestyle.py -h This program and its regression test suite live here: https://github.com/pycqa/pycodestyle |