diff options
author | Ian Lee <IanLee1521@gmail.com> | 2016-05-21 10:45:03 -0700 |
---|---|---|
committer | Ian Lee <IanLee1521@gmail.com> | 2016-05-26 00:43:47 -0700 |
commit | 59a9af64174132e69e101e625e30e0c7a9254a17 (patch) | |
tree | 24ec5b2827a37da3efafb746ce63ffe469015993 | |
parent | 1a764175c78d387b66cfe02551d10f3da395a22c (diff) | |
download | pep8-59a9af64174132e69e101e625e30e0c7a9254a17.tar.gz |
Updated header comment from pep8 -> pycodestyle
-rwxr-xr-x | pycodestyle.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pycodestyle.py b/pycodestyle.py index 6776303..87f8f62 100755 --- a/pycodestyle.py +++ b/pycodestyle.py @@ -1,5 +1,6 @@ #!/usr/bin/env python -# pep8.py - Check Python source code formatting, according to PEP 8 +# pycodestyle.py - Check Python source code formatting, according to PEP 8 +# # Copyright (C) 2006-2009 Johann C. Rocholl <johann@rocholl.net> # Copyright (C) 2009-2014 Florent Xicluna <florent.xicluna@gmail.com> # Copyright (C) 2014-2016 Ian Lee <ianlee1521@gmail.com> |