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, 1 insertions, 1 deletions
diff --git a/coverage/data.py b/coverage/data.py
index 324d733..17cf73c 100644
--- a/coverage/data.py
+++ b/coverage/data.py
@@ -576,7 +576,7 @@ class CoverageData(object):
def add_to_hash(self, filename, hasher):
"""Contribute `filename`'s data to the `hasher`.
- `hasher` is a :class:`coverage.misc.Hasher` instance to be updated with
+ `hasher` is a `coverage.misc.Hasher` instance to be updated with
the file's data. It should only get the results data, not the run
data.