diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2010-02-24 21:32:53 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2010-02-24 21:32:53 -0500 |
commit | 489ddc0d593222175b4a8725f7cd6ac124514d0a (patch) | |
tree | 61f0dd5473e3c490d22c3ca27454a5b6100145b6 | |
parent | 7e411fc0871d4ea513114397bfeb39f280a7d498 (diff) | |
download | python-coveragepy-489ddc0d593222175b4a8725f7cd6ac124514d0a.tar.gz |
Oops, left in a placeholder.coverage-3.3
-rw-r--r-- | doc/api.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/api.rst b/doc/api.rst index 03cc760..fe4c3ac 100644 --- a/doc/api.rst +++ b/doc/api.rst @@ -36,6 +36,7 @@ The coverage module Starting coverage automatically ------------------------------- -This is cool. +This function is used to start coverage measurement automatically when Python +starts. See :ref:`subprocess` for details. .. autofunction:: process_startup |