diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-02 20:36:03 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-02 20:36:03 -0400 |
commit | 3ebd1f9b23c87fb8b9dfe7189e06d3742dbec72d (patch) | |
tree | d59430e99602dc97dbf632e78b4a7131dfe997b5 /doc | |
parent | dd94c3a6205d260c005dd77fec9c734f11d5d107 (diff) | |
download | python-coveragepy-3ebd1f9b23c87fb8b9dfe7189e06d3742dbec72d.tar.gz |
More plugin docscoverage-4.0b1
Diffstat (limited to 'doc')
-rw-r--r-- | doc/plugins.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/plugins.rst b/doc/plugins.rst index b8cb1f1..c0466b2 100644 --- a/doc/plugins.rst +++ b/doc/plugins.rst @@ -53,7 +53,7 @@ coverage.py plugin called ``something.plugin``. Plugin API ---------- -.. module:: coverage.plugin +.. module:: coverage .. autoclass:: CoveragePlugin :members: |