Utilities/__init__.py

changeset 3591
2f2a4a76dd22
parent 3525
66f4b8646622
child 3621
15f23ed3f216
--- a/Utilities/__init__.py	Sat May 17 19:58:49 2014 +0200
+++ b/Utilities/__init__.py	Sun May 18 14:13:09 2014 +0200
@@ -124,7 +124,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
         """
@@ -132,7 +132,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