RefactoringRope/IntroduceFactoryDialog.py

branch
server_client_variant
changeset 181
3e3d6de2f0ca
parent 180
a33ef7ab8c54
child 189
2711fdd91925
diff -r a33ef7ab8c54 -r 3e3d6de2f0ca RefactoringRope/IntroduceFactoryDialog.py
--- a/RefactoringRope/IntroduceFactoryDialog.py	Sat Sep 23 12:16:59 2017 +0200
+++ b/RefactoringRope/IntroduceFactoryDialog.py	Sat Sep 23 12:39:00 2017 +0200
@@ -61,7 +61,8 @@
         """
         Private slot to react to changes of the name.
         
-        @param text text entered into the edit (string)
+        @param text text entered into the edit
+        @type str
         """
         enable = bool(text)
         self.__okButton.setEnabled(enable)

eric ide

mercurial