RefactoringRope/JsonClient.py

branch
server_client_variant
changeset 203
c38750e1bafd
parent 192
20950ed6b384
child 204
b4bf79b956bc
--- 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))

eric ide

mercurial