diff options
Diffstat (limited to 'doc/api.rst')
-rw-r--r-- | doc/api.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api.rst b/doc/api.rst index 684bc2d0..bb039e9d 100644 --- a/doc/api.rst +++ b/doc/api.rst @@ -49,8 +49,8 @@ The CoverageData class :special-members: __init__ -Starting coverage automatically -------------------------------- +Starting coverage.py automatically +---------------------------------- This function is used to start coverage measurement automatically when Python starts. See :ref:`subprocess` for details. |