summaryrefslogtreecommitdiff
path: root/doc/config.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-07-23 21:22:30 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-07-23 21:22:30 -0400
commit080e181a8cc21b8e555fa96eaa54762eb2a76c8e (patch)
tree2b60605f7b2d8d57255039d718d238ce4cb0c493 /doc/config.rst
parentc7d226aa8ba7c8c37fdda5f594b1fff6f073a872 (diff)
downloadpython-coveragepy-git-080e181a8cc21b8e555fa96eaa54762eb2a76c8e.tar.gz
Refer to the project consistenly as coverage.py. #275
Diffstat (limited to 'doc/config.rst')
-rw-r--r--doc/config.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/config.rst b/doc/config.rst
index df703ba9..7109fb88 100644
--- a/doc/config.rst
+++ b/doc/config.rst
@@ -15,7 +15,7 @@ Configuration files
Coverage.py options can be specified in a configuration file. This makes it
-easier to re-run coverage with consistent settings, and also allows for
+easier to re-run coverage.py with consistent settings, and also allows for
specification of options that are otherwise only available in the
:ref:`API <api>`.
@@ -105,7 +105,7 @@ standard library.
``concurrency`` (string, default "thread"): the name of the concurrency
library in use by the product code. If your program uses `gevent`_,
`greenlet`_, or `eventlet`_, you must name that library in this option, or
-coverage will produce very wrong results.
+coverage.py will produce very wrong results.
.. _greenlet: http://greenlet.readthedocs.org/en/latest/
.. _gevent: http://www.gevent.org/