From 18f721da6bbc651ddd698b6986f7eb439245d62e Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 4 Feb 2018 09:55:35 -0500 Subject: Typo --- coverage/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.1