RefactoringRope/RenameDialog.py

changeset 9
8cee612bcc28
parent 3
3be1b4662b48
child 19
32dd7dbf3e8e
--- a/RefactoringRope/RenameDialog.py	Sun Jan 30 14:25:34 2011 +0100
+++ b/RefactoringRope/RenameDialog.py	Sun Jan 30 14:49:03 2011 +0100
@@ -56,7 +56,7 @@
         """
         Private slot to react to changes of the new name.
         
-        @param text text entered into the edit (QString)
+        @param text text entered into the edit (string)
         """
         self.__okButton.setEnabled(text != "")
     

eric ide

mercurial