diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2015-07-27 21:52:13 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-07-27 21:52:13 -0400 |
| commit | be4cea389de959e48b9b4ace7de03a9e8e544048 (patch) | |
| tree | 2fadb01335db7fe8bf2d7c0281364469c1523fcf /doc/python-coverage.1.txt | |
| parent | 161da888a27c149e0bab4c2e0229c80eb6fff557 (diff) | |
| download | python-coveragepy-be4cea389de959e48b9b4ace7de03a9e8e544048.tar.gz | |
Fix a few more occurrences of 'Coverage' to 'coverage.py'
Diffstat (limited to 'doc/python-coverage.1.txt')
| -rw-r--r-- | doc/python-coverage.1.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/python-coverage.1.txt b/doc/python-coverage.1.txt index 9ee787c..9b29811 100644 --- a/doc/python-coverage.1.txt +++ b/doc/python-coverage.1.txt @@ -11,7 +11,7 @@ measure code coverage of Python program execution :Date: 2014-09-27 :Copyright: Apache 2.0 license, attribution and disclaimer required. :Manual section: 1 -:Manual group: Coverage +:Manual group: Coverage.py .. |command| replace:: **python-coverage** @@ -66,7 +66,7 @@ GLOBAL OPTIONS ============== **--help**, **-h** - Describe how to use Coverage, in general or a command. + Describe how to use coverage.py, in general or a command. **--rcfile** `RCFILE` Specify configuration file `RCFILE`. Defaults to ``.coveragerc``. @@ -105,7 +105,7 @@ COMMAND REFERENCE **help** [ `command` ] - Describe how to use Coverage. + Describe how to use coverage.py. **help** **classic** |
