diff -r ae2ad82725b0 -r 1584892147ef RefactoringRope/RefactoringServer.py --- 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):