diff options
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:: |