diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2017-10-24 07:17:11 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2017-10-24 07:17:11 -0400 |
commit | 73ef0bb6a134c1acb1df30851db09a5825d0301a (patch) | |
tree | 4aa97d5ad6976c031d9948a3c05c62b9ddd6b75e /coverage/control.py | |
parent | ac4baedace2a6bcd790a293da02f9cc59729c2a7 (diff) | |
download | python-coveragepy-git-73ef0bb6a134c1acb1df30851db09a5825d0301a.tar.gz |
Add the latest warning to the docs, and give them consistent punctuation
Diffstat (limited to 'coverage/control.py')
-rw-r--r-- | coverage/control.py | 2 |
1 files changed, 1 insertions, 1 deletions
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", ) |