summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2010-02-24 21:32:53 -0500
committerNed Batchelder <ned@nedbatchelder.com>2010-02-24 21:32:53 -0500
commita90915ad0355a81c82d33c57cd33a7a9e34a0a0b (patch)
tree6bbd60e6f75071281159cadfd0dc6984da8570af
parent695a928ea443e7146cd6dccd3718d04ac3031e96 (diff)
downloadpython-coveragepy-git-a90915ad0355a81c82d33c57cd33a7a9e34a0a0b.tar.gz
Oops, left in a placeholder.coverage-3.3
-rw-r--r--doc/api.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/api.rst b/doc/api.rst
index 03cc7607..fe4c3ac5 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