summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lee <IanLee1521@gmail.com>2016-05-21 10:45:03 -0700
committerIan Lee <IanLee1521@gmail.com>2016-05-26 00:43:47 -0700
commit59a9af64174132e69e101e625e30e0c7a9254a17 (patch)
tree24ec5b2827a37da3efafb746ce63ffe469015993
parent1a764175c78d387b66cfe02551d10f3da395a22c (diff)
downloadpep8-59a9af64174132e69e101e625e30e0c7a9254a17.tar.gz
Updated header comment from pep8 -> pycodestyle
-rwxr-xr-xpycodestyle.py3
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>