From 9f269ac30b46038ee1fec1c89fb5b5fef5ce6678 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Wed, 14 Oct 2015 06:14:40 -0400 Subject: Make doc checking better, and fix two doc errors. --- 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 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. -- cgit v1.2.1