From e239e1e11cfeaa2649e2efdab21df43a22f5d418 Mon Sep 17 00:00:00 2001 From: Antoine Millet Date: Fri, 29 Apr 2011 14:43:50 +0200 Subject: [PATCH] Fixed whitespace. --- sjrpc/core/rpcconnection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sjrpc/core/rpcconnection.py b/sjrpc/core/rpcconnection.py index 7b3c007..dbc791d 100644 --- a/sjrpc/core/rpcconnection.py +++ b/sjrpc/core/rpcconnection.py @@ -66,7 +66,7 @@ class RpcConnection(object): @classmethod def from_addr(cls, addr, port, manager, enable_ssl=False, timeout=None, - conn_timeout=30.0,cert=None, handler=None): + conn_timeout=30.0, cert=None, handler=None): ''' Construct the instance of :class:`RpcConnection` without providing the :class:`socket` object. Socket is automatically created and passed -- GitLab