eric6/Plugins/PluginTabnanny.py

changeset 7639
422fd05e9c91
parent 7637
c878e8255972
--- a/eric6/Plugins/PluginTabnanny.py	Thu Jun 25 19:09:55 2020 +0200
+++ b/eric6/Plugins/PluginTabnanny.py	Sat Jun 27 12:08:12 2020 +0200
@@ -7,6 +7,7 @@
 Module implementing the Tabnanny plugin.
 """
 
+# TODO: remove tabnanny as it is obsolete
 
 import os
 
@@ -87,7 +88,7 @@
     
     def serviceErrorPy3(self, fx, lang, fn, msg):
         """
-        Public slot handling service errors for Python 2.
+        Public slot handling service errors for Python 3.
         
         @param fx service name (string)
         @param lang language (string)

eric ide

mercurial