--- a/Plugins/CheckerPlugins/Tabnanny/Tabnanny.py Sat Jul 05 11:41:14 2014 +0200 +++ b/Plugins/CheckerPlugins/Tabnanny/Tabnanny.py Sat Jul 05 12:13:23 2014 +0200 @@ -13,7 +13,7 @@ releases; such changes may not be backward compatible. This is a modified version to make the original tabnanny better suitable -for being called from within the eric5 IDE. +for being called from within the eric6 IDE. @exception ValueError The tokenize module is too old. """ @@ -28,7 +28,7 @@ # # This is a modified version to make the original tabnanny better suitable -# for being called from within the eric5 IDE. The modifications are as +# for being called from within the eric6 IDE. The modifications are as # follows: # # - there is no main function anymore