From 5bf92423b73479f787f25e5465e48f26eb47a5b5 Mon Sep 17 00:00:00 2001 From: hpk Date: Mon, 23 Mar 2009 20:07:02 +0100 Subject: [PATCH] [svn r63253] fix 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 f00dea6a4..7b42558db 100644 --- a/py/doc/execnet.txt +++ b/py/doc/execnet.txt @@ -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 spefication to make a new gateway, +You can use a string specification to instantiate a new gateway, for example a new SshGateway:: gateway = py.execnet.makegateway("ssh=myhost")