RefactoringRope/RefactoringServer.py

branch
server_client_variant
changeset 200
1584892147ef
parent 197
7046ac1bcb4b
child 202
a111134b5dc7
--- a/RefactoringRope/RefactoringServer.py	Wed Sep 27 18:42:35 2017 +0200
+++ b/RefactoringRope/RefactoringServer.py	Wed Sep 27 19:02:58 2017 +0200
@@ -2159,8 +2159,10 @@
         """
         Public slot to report some changed sources.
         
-        @param filename file name of the changed source (string)
-        @param oldSource source code before the change (string)
+        @param filename file name of the changed source
+        @type str
+        @param oldSource source code before the change
+        @type str
         """
         if self.__e5project.isOpen() and \
                 self.__e5project.isProjectFile(filename):

eric ide

mercurial