From 244ff9c970d0f73fd4f2786101564e4a52cd05a0 Mon Sep 17 00:00:00 2001 From: nopmop Date: Mon, 23 Mar 2009 01:49:31 +0100 Subject: [PATCH] [svn r63216] 72: the code fragement -> fragment 114: You can use a string speficiation -> specification 147: Examples fo -> of --HG-- branch : trunk --- py/doc/execnet.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/py/doc/execnet.txt b/py/doc/execnet.txt index b782abee6..f00dea6a4 100644 --- a/py/doc/execnet.txt +++ b/py/doc/execnet.txt @@ -69,7 +69,7 @@ Channels: bidirectionally exchange data between hosts A channel object allows to send and receive data between two asynchronously running programs. When calling `remote_exec` you will get a channel object back and -the code fragement running on the other side will +the code fragment running on the other side will see a channel object in its global namespace. Here is the interface of channel objects:: @@ -111,7 +111,7 @@ XSpec: string specification for gateway type and configuration ``py.execnet`` supports a simple extensible format for specifying and configuring Gateways for remote execution. -You can use a string speficiation to make a new gateway, +You can use a string spefication to make a new gateway, for example a new SshGateway:: gateway = py.execnet.makegateway("ssh=myhost") @@ -144,7 +144,7 @@ the following key/values are supported: * ``nice=value`` decrease remote nice level if platforms supports it -Examples fo py.execnet usage +Examples of py.execnet usage ------------------------------------- compare cwd() of Popen Gateways