diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2019-11-09 20:40:45 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2019-11-09 21:06:43 -0500 |
commit | 39f8ce22f2a6fa9d19f45211b5981ac900b8154b (patch) | |
tree | f699d3552adb66cb205a612c778a4cf2f9c11c17 /doc/plugins.rst | |
parent | ffb7230e2f6e64b9ba219e12a1488038f42472b4 (diff) | |
download | python-coveragepy-git-39f8ce22f2a6fa9d19f45211b5981ac900b8154b.tar.gz |
Remove :history: lines
Diffstat (limited to 'doc/plugins.rst')
-rw-r--r-- | doc/plugins.rst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/plugins.rst b/doc/plugins.rst index c77c1e33..b15e31a5 100644 --- a/doc/plugins.rst +++ b/doc/plugins.rst @@ -7,11 +7,6 @@ Plug-ins ======== -.. :history: 20150124T143000, new page. -.. :history: 20150802T174600, updated for 4.0b1 -.. :history: 20171228T213800, updated for configurer plugins - - Coverage.py's behavior can be extended with third-party plug-ins. A plug-in is a separately installed Python class that you register in your .coveragerc. Plugins can alter a number of aspects of coverage.py's behavior, including |