summaryrefslogtreecommitdiff
path: root/coverage/plugin.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-08-21 11:40:48 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-08-21 11:40:48 -0400
commit858bf438d4d85eded78b58018ad3e016724b997e (patch)
tree5a519e45bbb5e33ebc18fcd8f9937c7659ebe358 /coverage/plugin.py
parent142cc3e30a7e143accb5ac8654b7facb8c185cd4 (diff)
downloadpython-coveragepy-858bf438d4d85eded78b58018ad3e016724b997e.tar.gz
Doc tweaks
Diffstat (limited to 'coverage/plugin.py')
-rw-r--r--coverage/plugin.py2
1 files changed, 1 insertions, 1 deletions
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