From d7bbe09016e4ea584e5bfd9bf8e62f08b4ab5efc Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Wed, 23 Dec 2009 21:57:09 -0500 Subject: process_startup is a better name for the new function. --- howto.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'howto.txt') diff --git a/howto.txt b/howto.txt index 54c94a1..96e1e06 100644 --- a/howto.txt +++ b/howto.txt @@ -56,4 +56,4 @@ - For complete coverage testing, in each Python installation, create a "zzz_coverage_process_start.pth" containing:: - import coverage; coverage.measure_process() + import coverage; coverage.process_startup() -- cgit v1.2.1