[py-svn] r6919 - py/dist/doc

hpk at codespeak.net hpk at codespeak.net
Wed Oct 13 20:27:46 CEST 2004


Author: hpk
Date: Wed Oct 13 20:27:46 2004
New Revision: 6919

Modified:
   py/dist/doc/execnet.txt
Log:
small fix to the doc


Modified: py/dist/doc/execnet.txt
==============================================================================
--- py/dist/doc/execnet.txt	(original)
+++ py/dist/doc/execnet.txt	Wed Oct 13 20:27:46 2004
@@ -27,15 +27,14 @@
   communication protocols from the client side, making 
   "server" upgrades superflous. 
 
-For now, see the py/gateway/gateway_test.py file for how it works
-currently. 
+See file:py/gateway/gateway_test.py for how it works currently. 
 
 High Level Interface for remote execution 
 -----------------------------------------
 
 These gateways offer one main high level interface: 
 
-    def exec_remote(source): 
+    def remote_exec(source): 
         """return channel object for communicating with the asynchronously 
         executing 'source' code which will have a corresponding 'channel' 
         object in its executing namespace. 



More information about the pytest-commit mailing list