summaryrefslogtreecommitdiff
path: root/coverage/control.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2011-03-24 22:50:56 -0400
committerNed Batchelder <ned@nedbatchelder.com>2011-03-24 22:50:56 -0400
commite2d96d0d57b0b1219f985ba66ab665dcdbd4fd48 (patch)
treef5c9c368120ce76ee7512850c34638ed689ec4f2 /coverage/control.py
parent6df11611c656dc15fa47e3044987a87cc32c43aa (diff)
downloadpython-coveragepy-e2d96d0d57b0b1219f985ba66ab665dcdbd4fd48.tar.gz
Remove trailing spaces
Diffstat (limited to 'coverage/control.py')
-rw-r--r--coverage/control.py2
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.