--- a/RefactoringRope/MoveMethodDialog.py Sat Feb 12 11:57:04 2011 +0100 +++ b/RefactoringRope/MoveMethodDialog.py Sat Feb 12 12:53:41 2011 +0100 @@ -55,7 +55,7 @@ @pyqtSlot(str) def on_methodEdit_textChanged(self, text): """ - Private slot to react to changes of the attribute. + Private slot to react to changes of the method. @param text text entered into the edit (string) """