summaryrefslogtreecommitdiff
path: root/coverage/control.py
diff options
context:
space:
mode:
Diffstat (limited to 'coverage/control.py')
-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",
)