diff options
-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 |