Fix typo in docs

This commit is contained in:
Bruno Oliveira 2018-03-12 18:32:51 -03:00
parent 54b15f5826
commit 8035f6cced
2 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@ which will import the specified module as a ``pytest`` plugin.
.. note::
Requiring plugins using a ``pytest_plugins`` variable in non-root
``conftest.py`` files is deprecated. See
:ref:`full explanation <requiring plugins in non-noot conftests>`
:ref:`full explanation <requiring plugins in non-root conftests>`
in the Writing plugins section.
.. _`findpluginname`:

View File

@ -254,7 +254,7 @@ application modules:
if ``myapp.testsupport.myplugin`` also declares ``pytest_plugins``, the contents
of the variable will also be loaded as plugins, and so on.
.. _`requiring plugins in non-noot conftests`:
.. _`requiring plugins in non-root conftests`:
.. note::
Requiring plugins using a ``pytest_plugins`` variable in non-root