From f408a8834b0be15d7ecb11e2f491106da12629a1 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Tue, 23 Aug 2011 22:51:36 -0400 Subject: Finished implementation of path aliases for combining data files. #17. --- coverage/data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coverage/data.py') 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. """ -- cgit v1.2.1