--- a/RefactoringRope/JsonClient.py Wed Sep 27 19:50:44 2017 +0200 +++ b/RefactoringRope/JsonClient.py Fri Sep 29 10:23:35 2017 +0200 @@ -35,7 +35,7 @@ @type int @param idString assigned client id to be sent back to the server in order to identify the connection - @param str + @type str """ self.__exitClient = False self.__connection = socket.create_connection((host, port))