diff -r e2eee1b09664 -r 2cb4e3c50b37 Plugins/CheckerPlugins/Pep8/CodeStyleStatisticsDialog.py --- a/Plugins/CheckerPlugins/Pep8/CodeStyleStatisticsDialog.py Tue Oct 01 18:34:19 2013 +0200 +++ b/Plugins/CheckerPlugins/Pep8/CodeStyleStatisticsDialog.py Tue Oct 01 18:42:42 2013 +0200 @@ -81,8 +81,8 @@ Private method to create an entry in the result list. @param count occurrences of the issue (integer) - @param code of a PEP 8 message (string) - @param message PEP 8 message to be shown (string) + @param code of a code style issue message (string) + @param message code style issue message to be shown (string) """ itm = QTreeWidgetItem(self.statisticsList) itm.setData(0, Qt.DisplayRole, count)