From 26821ed8e6ea20925ab859bf5e06607f0861bb4c Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Tue, 24 Oct 2017 07:17:11 -0400 Subject: Add the latest warning to the docs, and give them consistent punctuation --- coverage/control.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coverage/control.py') 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", ) -- cgit v1.2.1