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 | f408a8834b0be15d7ecb11e2f491106da12629a1 (patch) | |
tree | c9c1e2ac7df597033839c69b6a2dd9e0e1d3790f /coverage/data.py | |
parent | 9b1f4aa3fdca6876ec95b7fb74be8f4a02abb300 (diff) | |
download | python-coveragepy-git-f408a8834b0be15d7ecb11e2f491106da12629a1.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 1d6799f0..7a8d656f 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. """ |