src/eric7/QScintilla/ShellHistoryDialog.py

branch
eric7
changeset 10431
64157aeb0312
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
diff -r e440aaf179ce -r 64157aeb0312 src/eric7/QScintilla/ShellHistoryDialog.py
--- a/src/eric7/QScintilla/ShellHistoryDialog.py	Wed Dec 20 19:28:22 2023 +0100
+++ b/src/eric7/QScintilla/ShellHistoryDialog.py	Thu Dec 21 12:03:40 2023 +0100
@@ -65,7 +65,7 @@
         Private slot to handle a double click of an item.
 
         @param item reference to the item that was double clicked
-            (QListWidgetItem)
+        @type QListWidgetItem
         """
         self.on_executeButton_clicked()
 

eric ide

mercurial