[py-svn] r37644 - py/trunk/py/doc

cfbolz at codespeak.net cfbolz at codespeak.net
Wed Jan 31 00:20:51 CET 2007


Author: cfbolz
Date: Wed Jan 31 00:20:50 2007
New Revision: 37644

Modified:
   py/trunk/py/doc/execnet.txt
Log:
typo


Modified: py/trunk/py/doc/execnet.txt
==============================================================================
--- py/trunk/py/doc/execnet.txt	(original)
+++ py/trunk/py/doc/execnet.txt	Wed Jan 31 00:20:50 2007
@@ -67,7 +67,7 @@
 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 



More information about the pytest-commit mailing list