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
commitd7bbe09016e4ea584e5bfd9bf8e62f08b4ab5efc (patch)
tree1c32f692ba2da12cb0b1d612377612688be3dce2 /howto.txt
parente7abaf77929c5f74e3535988a5953c7133263385 (diff)
downloadpython-coveragepy-d7bbe09016e4ea584e5bfd9bf8e62f08b4ab5efc.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 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()