summaryrefslogtreecommitdiff
path: root/coverage/fullcoverage/encodings.py
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 /coverage/fullcoverage/encodings.py
parentc7d226aa8ba7c8c37fdda5f594b1fff6f073a872 (diff)
downloadpython-coveragepy-git-080e181a8cc21b8e555fa96eaa54762eb2a76c8e.tar.gz
Refer to the project consistenly as coverage.py. #275
Diffstat (limited to 'coverage/fullcoverage/encodings.py')
-rw-r--r--coverage/fullcoverage/encodings.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/coverage/fullcoverage/encodings.py b/coverage/fullcoverage/encodings.py
index 6a258d67..df83366b 100644
--- a/coverage/fullcoverage/encodings.py
+++ b/coverage/fullcoverage/encodings.py
@@ -6,10 +6,10 @@ instrumentation and then replaces itself with the real encodings module.
If the directory that holds this file is placed first in the PYTHONPATH when
using "coverage" to run Python's tests, then this file will become the very
first module imported by the internals of Python 3. It installs a
-coverage-compatible trace function that can watch Standard Library modules
+coverage.py-compatible trace function that can watch Standard Library modules
execute from the very earliest stages of Python's own boot process. This fixes
-a problem with coverage - that it starts too late to trace the coverage of many
-of the most fundamental modules in the Standard Library.
+a problem with coverage.py - that it starts too late to trace the coverage of
+many of the most fundamental modules in the Standard Library.
"""