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()