summaryrefslogtreecommitdiff
path: root/coverage/plugin.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-02-04 09:55:35 -0500
committerNed Batchelder <ned@nedbatchelder.com>2018-02-04 09:55:35 -0500
commit49bd2804c472c7bc3482dffcc47f0189ae72faaf (patch)
treebb3390da5504ffaf73d7113d2c41a9a33ee447e1 /coverage/plugin.py
parent8b073f5e7bb8ccbcb029eda2af754831e739873e (diff)
downloadpython-coveragepy-git-49bd2804c472c7bc3482dffcc47f0189ae72faaf.tar.gz
Typo
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 b11aa56d..c9353115 100644
--- a/coverage/plugin.py
+++ b/coverage/plugin.py
@@ -147,7 +147,7 @@ class CoveragePlugin(object):
Plug-in type: configurer.
This method is called during coverage.py start-up, to give your plug-in
- a change to change the configuration. The `config` parameter is an
+ a chance to change the configuration. The `config` parameter is an
object with :meth:`~coverage.Coverage.get_option` and
:meth:`~coverage.Coverage.set_option` methods. Do not call any other
methods on the `config` object.