Commit d1c7d914 authored by Antoine Millet's avatar Antoine Millet
Browse files

Update docstring of RpcConnection.from_addr constructor.

parent d6036b16
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -66,11 +66,11 @@ class RpcConnection(object):

        :param addr: the target ip address
        :param port: the target port
        :param manager: manager of this connection
        :param enable_ssl: enable SSL
        :param cert: is SSL is enabled, profile the filename of certificate to
            check. If None, don't check certificate.
        :param *args: parameters to pass to the standard constructor
        :param **kwargs: keyword parameters to pass to the standard constructor
        :param handler: Handler to attach to this :class:`RpcConnection` object
        '''

        sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)