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 584f093..dd65661 100644 --- a/coverage/control.py +++ b/coverage/control.py @@ -282,7 +282,7 @@ class coverage(object): def _prep_patterns(self, patterns): """Prepare the file patterns for use in a `FnmatchMatcher`. - + If a pattern starts with a wildcard, it is used as a pattern as-is. If it does not start with a wildcard, then it is made absolute with the current directory. |