From 858bf438d4d85eded78b58018ad3e016724b997e Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Fri, 21 Aug 2015 11:40:48 -0400 Subject: Doc tweaks --- coverage/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coverage/plugin.py') diff --git a/coverage/plugin.py b/coverage/plugin.py index 0efbcba..f870c25 100644 --- a/coverage/plugin.py +++ b/coverage/plugin.py @@ -11,7 +11,7 @@ class CoveragePlugin(object): """Base class for coverage.py plugins. To write a coverage.py plugin, create a module with a subclass of - :class:`CoveragePlugin`. You can override methods in your class to + :class:`CoveragePlugin`. You will override methods in your class to participate in various aspects of coverage.py's processing. Currently the only plugin type is a file tracer, for implementing -- cgit v1.2.1