diff -r 2fe91fe443dd -r 328f3ec4b77a src/eric7/UI/DiffHighlighter.py --- a/src/eric7/UI/DiffHighlighter.py Thu Dec 21 15:46:22 2023 +0100 +++ b/src/eric7/UI/DiffHighlighter.py Thu Dec 21 19:50:01 2023 +0100 @@ -22,7 +22,8 @@ """ Constructor - @param doc reference to the text document (QTextDocument) + @param doc reference to the text document + @type QTextDocument """ super().__init__(doc)