summaryrefslogtreecommitdiff
path: root/doc/api_plugin.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-01-06 17:06:59 -0500
committerNed Batchelder <ned@nedbatchelder.com>2018-01-06 17:06:59 -0500
commit62699a318754c6811622d31cfab195b4dbc3775e (patch)
tree43771e501b7e5d8c4d9147517c46234726e1fc54 /doc/api_plugin.rst
parent62a47468147c97379ea106b3f9c994445b4a08a4 (diff)
downloadpython-coveragepy-git-62699a318754c6811622d31cfab195b4dbc3775e.tar.gz
A new kind of plug-in: configurers. #563
Diffstat (limited to 'doc/api_plugin.rst')
-rw-r--r--doc/api_plugin.rst9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/api_plugin.rst b/doc/api_plugin.rst
index 3ab9cb2a..80d08302 100644
--- a/doc/api_plugin.rst
+++ b/doc/api_plugin.rst
@@ -3,14 +3,17 @@
.. _api_plugin:
-==============
-Plugin classes
-==============
+===============
+Plug-in classes
+===============
.. :history: 20150815T132400, new doc for 4.0b2
.. versionadded:: 4.0
+.. automodule:: coverage.plugin
+
+
.. module:: coverage
The CoveragePlugin class