changed _pytest to pytest_

This commit is contained in:
Leeds9z 2023-12-03 15:21:48 -05:00
parent 62c2488058
commit 19b38bee94
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ For any given hook specification there may be more than one
implementation and we thus generally view ``hook`` execution as a implementation and we thus generally view ``hook`` execution as a
``1:N`` function call where ``N`` is the number of registered functions. ``1:N`` function call where ``N`` is the number of registered functions.
There are certain limitations about hooks starting with ``_pytest``. For There are certain limitations about hooks starting with ``pytest_``. For
more information, consult :ref:`Declaring new hooks <new-hooks>`. more information, consult :ref:`Declaring new hooks <new-hooks>`.
There are ways to influence if a hook implementation comes before or There are ways to influence if a hook implementation comes before or