--- a/src/eric7/DataViews/PyCoverageDialog.py Sun Dec 03 14:54:00 2023 +0100 +++ b/src/eric7/DataViews/PyCoverageDialog.py Mon Jan 01 11:10:45 2024 +0100 @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2003 - 2023 Detlev Offenbach <detlev@die-offenbachs.de> +# Copyright (c) 2003 - 2024 Detlev Offenbach <detlev@die-offenbachs.de> # """ @@ -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)