Fri, 28 Mar 2014 23:15:06 +0100
Typo corrected.
Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleStatisticsDialog.py | file | annotate | diff | comparison | revisions |
--- a/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleStatisticsDialog.py Fri Mar 28 23:10:00 2014 +0100 +++ b/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleStatisticsDialog.py Fri Mar 28 23:15:06 2014 +0100 @@ -25,7 +25,7 @@ Class implementing a dialog showing statistical data for the last code style checker run. """ - def __init__ (self, statistics, parent=None): + def __init__(self, statistics, parent=None): """ Constructor