Fixed a typo in the included pep8.py modules.

Fri, 23 Aug 2013 15:20:55 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 23 Aug 2013 15:20:55 +0200
changeset 2861
cdcbca0cea82
parent 2860
7db1487cae84
child 2862
a1448560d7dc

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:
 #

eric ide

mercurial