[py-svn] r37824 - py/trunk/py/execnet

hpk at codespeak.net hpk at codespeak.net
Fri Feb 2 20:59:11 CET 2007


Author: hpk
Date: Fri Feb  2 20:59:10 2007
New Revision: 37824

Modified:
   py/trunk/py/execnet/register.py
Log:
fix typo


Modified: py/trunk/py/execnet/register.py
==============================================================================
--- py/trunk/py/execnet/register.py	(original)
+++ py/trunk/py/execnet/register.py	Fri Feb  2 20:59:10 2007
@@ -86,7 +86,7 @@
         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)



More information about the pytest-commit mailing list