Utilities/ClassBrowsers/pyclbr.py

changeset 3591
2f2a4a76dd22
parent 3539
0c2dc1446ebf
child 3966
969a3d41c402
--- a/Utilities/ClassBrowsers/pyclbr.py	Sat May 17 19:58:49 2014 +0200
+++ b/Utilities/ClassBrowsers/pyclbr.py	Sun May 18 14:13:09 2014 +0200
@@ -119,7 +119,7 @@
     """
     def __init__(self):
         """
-        Method to initialize the visibility.
+        Constructor
         """
         if self.name.startswith('__'):
             self.setPrivate()

eric ide

mercurial