diff options
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 8961a3c..514f23d 100644 --- a/coverage/control.py +++ b/coverage/control.py @@ -441,7 +441,7 @@ class coverage(object): # If there are still entries in the source_pkgs list, then we never # encountered those packages. for pkg in self.source_pkgs: - self._warn("Source module %s was never encountered." % pkg) + self._warn("Module %s was never imported." % pkg) # Find out if we got any data. summary = self.data.summary() |