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

hpk at codespeak.net hpk at codespeak.net
Mon Mar 23 01:20:01 CET 2009


Author: hpk
Date: Mon Mar 23 01:19:59 2009
New Revision: 63213

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


Modified: py/trunk/py/doc/execnet.txt
==============================================================================
--- py/trunk/py/doc/execnet.txt	(original)
+++ py/trunk/py/doc/execnet.txt	Mon Mar 23 01:19:59 2009
@@ -173,7 +173,7 @@
     >>> 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 



More information about the pytest-commit mailing list