From e6a8de346a6c97f353b4cfc41d041082e0c5fda9 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 24 Mar 2011 22:50:56 -0400 Subject: Remove trailing spaces --- coverage/control.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coverage') diff --git a/coverage/control.py b/coverage/control.py index 584f0937..dd656616 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. -- cgit v1.2.1