--- a/Preferences/PreferencesLexer.py Sat May 17 19:58:49 2014 +0200 +++ b/Preferences/PreferencesLexer.py Sun May 18 14:13:09 2014 +0200 @@ -30,7 +30,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 """ @@ -38,7 +38,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 """