src/eric7/UI/DiffHighlighter.py

branch
eric7
changeset 10433
328f3ec4b77a
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
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)
 

eric ide

mercurial