diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2011-08-23 22:51:36 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2011-08-23 22:51:36 -0400 |
commit | 644b6cf5acaeee8614945394f05b383de3cf3b04 (patch) | |
tree | 04d0f3d96f4d9cbb6ac38db83c0c89093ea55845 /coverage/data.py | |
parent | 120bb6d70a10595e465efd1e36b064ec426a1c8e (diff) | |
download | python-coveragepy-644b6cf5acaeee8614945394f05b383de3cf3b04.tar.gz |
Finished implementation of path aliases for combining data files. #17.
Diffstat (limited to 'coverage/data.py')
-rw-r--r-- | coverage/data.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/data.py b/coverage/data.py index 1d6799f..7a8d656 100644 --- a/coverage/data.py +++ b/coverage/data.py @@ -176,7 +176,7 @@ class CoverageData(object): Treat `self.filename` as a file prefix, and combine the data from all of the data files starting with that prefix plus a dot. - If `aliases` is provided, it's a PathAliases object that is used to + If `aliases` is provided, it's a `PathAliases` object that is used to re-map paths to match the local machine's. """ |