--- 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()