summaryrefslogtreecommitdiff
path: root/howto.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-12-23 21:57:09 -0500
committerNed Batchelder <ned@nedbatchelder.com>2009-12-23 21:57:09 -0500
commitfa62e0238a631ce0d1894ebe6311bd7c2aee0298 (patch)
tree78246116c317076fc0c32e09a2c48486b4e926e8 /howto.txt
parent748cb493c6cef5d72fede01a57cc22c3843c9393 (diff)
downloadpython-coveragepy-git-fa62e0238a631ce0d1894ebe6311bd7c2aee0298.tar.gz
process_startup is a better name for the new function.
Diffstat (limited to 'howto.txt')
-rw-r--r--howto.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/howto.txt b/howto.txt
index 54c94a13..96e1e062 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()