ColorString/ColorSelectionDialog.py

branch
eric7
changeset 63
4f8151cc9b84
parent 62
970b0bcbd88c
child 64
22103a23447a
diff -r 970b0bcbd88c -r 4f8151cc9b84 ColorString/ColorSelectionDialog.py
--- a/ColorString/ColorSelectionDialog.py	Sat Dec 23 15:48:56 2023 +0100
+++ b/ColorString/ColorSelectionDialog.py	Sat Dec 23 18:04:29 2023 +0100
@@ -46,6 +46,7 @@
         """
         Public method to retrieve the selected color name.
 
-        @return color name (string)
+        @return color name
+        @rtype str
         """
         return self.colorComboBox.currentText()

eric ide

mercurial