Fix minor typo in 'writing plugins' doc

This commit is contained in:
Omar Kohl 2016-03-20 17:01:04 +01:00
parent f70ed83479
commit ec62a3c9e4
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ reporting by calling `well specified hooks`_ of the following plugins:
In principle, each hook call is a ``1:N`` Python function call where ``N`` is the
number of registered implementation functions for a given specification.
All specifications and implementations following the ``pytest_`` prefix
All specifications and implementations follow the ``pytest_`` prefix
naming convention, making them easy to distinguish and find.
.. _`pluginorder`: