diff -r 94fc661a54a2 -r 703452a2876f E5Gui/E5ComboBox.py --- a/E5Gui/E5ComboBox.py Sat Sep 28 17:40:42 2013 +0200 +++ b/E5Gui/E5ComboBox.py Sat Sep 28 19:06:25 2013 +0200 @@ -35,7 +35,7 @@ """ Public method to get the inactive text. - return inactive text (string) + @return inactive text (string) """ return self.__lineedit.inactiveText()