diff -r cdc56e9d9f12 -r 9ff696796092 Plugins/CheckerPlugins/Pep8/Pep8StatisticsDialog.py --- a/Plugins/CheckerPlugins/Pep8/Pep8StatisticsDialog.py Fri Sep 13 18:49:26 2013 +0200 +++ b/Plugins/CheckerPlugins/Pep8/Pep8StatisticsDialog.py Sat Sep 14 13:29:32 2013 +0200 @@ -4,7 +4,8 @@ # """ -Module implementing a dialog showing statistical data for the last PEP 8 run. +Module implementing a dialog showing statistical data for the last code +style checker run. """ from PyQt4.QtCore import Qt, QCoreApplication @@ -21,7 +22,7 @@ class Pep8StatisticsDialog(QDialog, Ui_Pep8StatisticsDialog): """ Class implementing a dialog showing statistical data for the last - PEP 8 run. + code style checker run. """ def __init__(self, statistics, parent=None): """