summaryrefslogtreecommitdiff
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
commit18f721da6bbc651ddd698b6986f7eb439245d62e (patch)
tree759b7b820e752b3b84c49b3d2be854046e180654
parentb8ec3ccad41c9cc4476bbc0cadc10309c4880fdf (diff)
downloadpython-coveragepy-18f721da6bbc651ddd698b6986f7eb439245d62e.tar.gz
Typo
-rw-r--r--coverage/plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/plugin.py b/coverage/plugin.py
index b11aa56..c935311 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.