diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2022-01-22 15:19:23 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2022-01-22 16:48:59 -0500 |
| commit | 3f221e0339b74137bbf45289497955700dc49feb (patch) | |
| tree | 59530795e7037508e4590264561adc281e2f28ab /doc | |
| parent | cbe2e205dac99f20afff4ccdeca21fd10d596565 (diff) | |
| download | python-coveragepy-git-3f221e0339b74137bbf45289497955700dc49feb.tar.gz | |
fix: small fixes to lcov, and changes.rst mention.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/cmd.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cmd.rst b/doc/cmd.rst index f4cbff34..5bb0bd34 100644 --- a/doc/cmd.rst +++ b/doc/cmd.rst @@ -792,7 +792,7 @@ can be nicely formatted by specifying the ``--pretty-print`` switch. LCOV reporting: ``coverage lcov`` --------------------------------- -The **json** command writes coverage data to a "coverage.lcov" file. +The **lcov** command writes coverage data to a "coverage.lcov" file. .. [[[cog show_help("lcov") ]]] .. code:: |
