RefactoringRope/HelpDialog.py

changeset 55
d501156be247
parent 46
a726d19facfc
child 62
1077db8d0589
--- a/RefactoringRope/HelpDialog.py	Sun Oct 13 18:35:25 2013 +0200
+++ b/RefactoringRope/HelpDialog.py	Fri Oct 25 19:33:36 2013 +0200
@@ -45,7 +45,7 @@
             self.helpEdit.setPlainText(txt)
         except IOError as err:
             self.helpEdit.setPlainText(
-                self.trUtf8("Could not read file {0}.\nReason: {1}")\
+                self.trUtf8("Could not read file {0}.\nReason: {1}")
                     .format(helpfile, str(err)))
 
     def on_buttonBox_clicked(self, button):
@@ -68,6 +68,7 @@
         @param case flag indicating a case sensitive search (boolean)
         @param word flag indicating a word based search (boolean)
         @param backwards flag indicating a backwards search (boolean)
+        @return flag indicating the search found another occurrence (boolean)
         """
         doc = self.helpEdit.document()
         cur = self.helpEdit.textCursor()

eric ide

mercurial