From bf626bb7863e5fa665a834c3b35d0e4611da42c3 Mon Sep 17 00:00:00 2001 From: hpk Date: Wed, 25 Mar 2009 12:44:35 +0100 Subject: [PATCH] [svn r63318] fix typo --HG-- branch : trunk --- py/doc/test-dist.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/doc/test-dist.txt b/py/doc/test-dist.txt index 1cc80f748..2a4a0ba0d 100644 --- a/py/doc/test-dist.txt +++ b/py/doc/test-dist.txt @@ -26,7 +26,7 @@ a lot of IO this can lead to considerable speed ups. Running tests in a Python subprocess ---------------------------------------- -To instantiate a python2.4 sub process and send tests to itinterpreter process, you may type:: +To instantiate a python2.4 sub process and send tests to it, you may type:: py.test -d --tx popen//python=python2.4