Fri, 23 Aug 2013 15:20:55 +0200
Fixed a typo in the included pep8.py modules.
Plugins/CheckerPlugins/Pep8/pep8.py | file | annotate | diff | comparison | revisions | |
UtilitiesPython2/pep8.py | file | annotate | diff | comparison | revisions |
--- a/Plugins/CheckerPlugins/Pep8/pep8.py Fri Aug 23 10:48:12 2013 +0200 +++ b/Plugins/CheckerPlugins/Pep8/pep8.py Fri Aug 23 15:20:55 2013 +0200 @@ -96,7 +96,7 @@ """ # -# This is a modified version to make the original tabnanny better suitable +# This is a modified version to make the original pep8.py better suitable # for being called from within the eric5 IDE. The modifications are as # follows: #
--- a/UtilitiesPython2/pep8.py Fri Aug 23 10:48:12 2013 +0200 +++ b/UtilitiesPython2/pep8.py Fri Aug 23 15:20:55 2013 +0200 @@ -96,7 +96,7 @@ """ # -# This is a modified version to make the original tabnanny better suitable +# This is a modified version to make the original pep8.py better suitable # for being called from within the eric5 IDE. The modifications are as # follows: #