From 59a9af64174132e69e101e625e30e0c7a9254a17 Mon Sep 17 00:00:00 2001 From: Ian Lee Date: Sat, 21 May 2016 10:45:03 -0700 Subject: Updated header comment from pep8 -> pycodestyle --- pycodestyle.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 # Copyright (C) 2009-2014 Florent Xicluna # Copyright (C) 2014-2016 Ian Lee -- cgit v1.2.1