From 4f6539cc5778190b11a216005d8e42dd9953feb2 Mon Sep 17 00:00:00 2001 From: hpk Date: Mon, 23 Mar 2009 01:19:59 +0100 Subject: [PATCH] [svn r63213] 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 1e6fe30e8..b782abee6 100644 --- a/py/doc/execnet.txt +++ b/py/doc/execnet.txt @@ -173,7 +173,7 @@ Use MultiChannels for receiving multiple results from remote code:: >>> assert 1 in l >>> assert 2 in l -assynchronously receive results from two sub processes +asynchronously receive results from two sub processes +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Use ``MultiChannel.make_receive_queue()`` for asynchronously receiving