PluginManager/PluginExceptions.py

changeset 3591
2f2a4a76dd22
parent 3520
bfcefbb1633c
child 3656
441956d8fce5
--- a/PluginManager/PluginExceptions.py	Sat May 17 19:58:49 2014 +0200
+++ b/PluginManager/PluginExceptions.py	Sun May 18 14:13:09 2014 +0200
@@ -25,7 +25,7 @@
         
     def __repr__(self):
         """
-        Private method returning a representation of the exception.
+        Special method returning a representation of the exception.
         
         @return string representing the error message
         """
@@ -33,7 +33,7 @@
         
     def __str__(self):
         """
-        Private method returning a string representation of the exception.
+        Special method returning a string representation of the exception.
         
         @return string representing the error message
         """

eric ide

mercurial