From a05708848a5f6187a2223bfd09a565fb913b42dc Mon Sep 17 00:00:00 2001 From: cfbolz Date: Wed, 31 Jan 2007 00:20:50 +0100 Subject: [PATCH] [svn r37644] typo --HG-- branch : trunk --- py/doc/execnet.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/doc/execnet.txt b/py/doc/execnet.txt index d110ca4c8..5cc0da6d7 100644 --- a/py/doc/execnet.txt +++ b/py/doc/execnet.txt @@ -67,7 +67,7 @@ communicate data in a structured way. This approach implements the idea to ``determining protocol and remote code from the client/local side``. This makes distributing a program run in an ad-hoc -manner (using e.g. :api:`py.path.SshGateway`) very easy. +manner (using e.g. :api:`py.execnet.SshGateway`) very easy. You should not need to maintain software on the other sides you are running your code at, other than the Python