diff -r a0fac63ef73f -r 92ed128e0d6e RefactoringRope/MethodToMethodObjectDialog.py --- a/RefactoringRope/MethodToMethodObjectDialog.py Sun Jan 30 18:26:37 2011 +0100 +++ b/RefactoringRope/MethodToMethodObjectDialog.py Sun Jan 30 18:27:42 2011 +0100 @@ -48,7 +48,7 @@ """ Private slot to react to changes of the name. - @param text text entered into the edit (QString) + @param text text entered into the edit (string) """ self.__okButton.setEnabled(text != "")