diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2016-10-02 11:03:33 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-10-02 11:03:33 -0400 |
commit | f241ca6050ffc5e3d285b1af290b69f38e3eb21b (patch) | |
tree | 7c7a0561f0c9b4574adddc730fc5e094dde66a24 /doc/plugins.rst | |
parent | b0c8d08d9d1bd16720113898690f4bc99c8288e9 (diff) | |
download | python-coveragepy-git-f241ca6050ffc5e3d285b1af290b69f38e3eb21b.tar.gz |
Use doc8 for some light checking of doc files
Diffstat (limited to 'doc/plugins.rst')
-rw-r--r-- | doc/plugins.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/plugins.rst b/doc/plugins.rst index 3e7cee09..2d7fc278 100644 --- a/doc/plugins.rst +++ b/doc/plugins.rst @@ -28,8 +28,8 @@ Using plugins ------------- To use a coverage.py plugin, you install it, and configure it. For this -example, let's say there's a Python package called ``something`` that provides a -coverage.py plugin called ``something.plugin``. +example, let's say there's a Python package called ``something`` that provides +a coverage.py plugin called ``something.plugin``. #. Install the plugin's package as you would any other Python package:: |