From 73ef0bb6a134c1acb1df30851db09a5825d0301a 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 33f2ef1d..63c06e1a 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