From e0a1612d51f6e79a8f9879cd890af96199eea5b3 Mon Sep 17 00:00:00 2001 From: hpk Date: Fri, 2 Feb 2007 20:59:10 +0100 Subject: [PATCH] [svn r37824] fix typo --HG-- branch : trunk --- py/execnet/register.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/execnet/register.py b/py/execnet/register.py index 890cbca0e..40e5885ca 100644 --- a/py/execnet/register.py +++ b/py/execnet/register.py @@ -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)