diff -r e28b89693f37 -r 299802979277 src/eric7/DataViews/PyCoverageDialog.py --- a/src/eric7/DataViews/PyCoverageDialog.py Tue Dec 19 11:04:03 2023 +0100 +++ b/src/eric7/DataViews/PyCoverageDialog.py Tue Dec 19 19:57:08 2023 +0100 @@ -474,7 +474,9 @@ """ Private slot to handle the activation of an item. - @param item reference to the activated item (QTreeWidgetItem) - @param column column the item was activated in (integer) + @param item reference to the activated item + @type QTreeWidgetItem + @param column column the item was activated in + @type int """ self.__openFile(item)