--- a/QScintilla/SearchReplaceWidget.py Sun Sep 29 15:54:10 2013 +0200 +++ b/QScintilla/SearchReplaceWidget.py Sun Sep 29 18:22:08 2013 +0200 @@ -174,6 +174,8 @@ def on_findtextCombo_editTextChanged(self, txt): """ Private slot to enable/disable the find buttons. + + @param txt text of the find text combo (string) """ if not txt: self.ui.findNextButton.setEnabled(False)