[svn r37824] fix typo

--HG--
branch : trunk
This commit is contained in:
hpk 2007-02-02 20:59:10 +01:00
parent 59264d57ae
commit e0a1612d51
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ class SocketGateway(InstallableGateway):
SocketGateway connections.
"""
def __init__(self, host, port):
""" instantiate a gateway to a processed accessed
""" instantiate a gateway to a process accessed
via a host/port specified socket.
"""
self.host = host = str(host)