summaryrefslogtreecommitdiff
path: root/coverage/data.py
diff options
context:
space:
mode:
Diffstat (limited to 'coverage/data.py')
-rw-r--r--coverage/data.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/coverage/data.py b/coverage/data.py
index be34da1b..be9ceba6 100644
--- a/coverage/data.py
+++ b/coverage/data.py
@@ -229,8 +229,6 @@ class CoverageData(object):
lines. If `fullpath` is true, then the keys are the full pathnames of
the files, otherwise they are the basenames of the files.
- This is used for testing, not for actual use in the product.
-
Returns:
dict mapping filenames to counts of lines.