summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-07-27 21:52:13 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-07-27 21:52:13 -0400
commit6ff836f35e09dc8a107248b096cc133a423a4c11 (patch)
tree2c29785fea8876ce803ed6f6b5c3f4ebfeedc4ad /doc
parentba704d02a40b8f8067c2624a8c7add9618f2e41d (diff)
downloadpython-coveragepy-git-6ff836f35e09dc8a107248b096cc133a423a4c11.tar.gz
Fix a few more occurrences of 'Coverage' to 'coverage.py'
Diffstat (limited to 'doc')
-rw-r--r--doc/api.rst6
-rw-r--r--doc/python-coverage.1.txt6
2 files changed, 6 insertions, 6 deletions
diff --git a/doc/api.rst b/doc/api.rst
index 70015722..2904058b 100644
--- a/doc/api.rst
+++ b/doc/api.rst
@@ -3,9 +3,9 @@
.. _api:
-============
-Coverage API
-============
+===============
+Coverage.py API
+===============
.. :history: 20090524T134300, brand new docs.
.. :history: 20090613T164000, final touches for 3.0
diff --git a/doc/python-coverage.1.txt b/doc/python-coverage.1.txt
index 9ee787c5..9b298118 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**