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 6770a65e..4a0e675e 100644 --- a/coverage/control.py +++ b/coverage/control.py @@ -180,7 +180,7 @@ class coverage(object): if canonical.startswith(self.cover_prefix): return False - # Check the file against the include and omit prefixes. + # Check the file against the include and omit patterns. if self.include: for pattern in self.include: if fnmatch.fnmatch(canonical, pattern): |