summaryrefslogtreecommitdiff
path: root/coverage
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2017-10-24 07:17:11 -0400
committerNed Batchelder <ned@nedbatchelder.com>2017-10-24 07:17:11 -0400
commit26821ed8e6ea20925ab859bf5e06607f0861bb4c (patch)
treef5f705f292da442b0195fd05eb5e2dd1f9d35c28 /coverage
parent0884bfddabbe7c1b7f9a97c15e20c1d08b3ec05c (diff)
downloadpython-coveragepy-26821ed8e6ea20925ab859bf5e06607f0861bb4c.tar.gz
Add the latest warning to the docs, and give them consistent punctuation
Diffstat (limited to 'coverage')
-rw-r--r--coverage/control.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/control.py b/coverage/control.py
index 33f2ef1..63c06e1 100644
--- a/coverage/control.py
+++ b/coverage/control.py
@@ -889,7 +889,7 @@ class Coverage(object):
# we never measured it. I guess that means it was imported before
# coverage even started.
self._warn(
- "Module %s was previously imported, but not measured." % pkg,
+ "Module %s was previously imported, but not measured" % pkg,
slug="module-not-measured",
)