doc: refer to type by its public name

This commit is contained in:
Ran Benita 2021-05-24 12:31:28 +03:00
parent c0d525e44c
commit 9719237fe6
1 changed files with 1 additions and 1 deletions

View File

@ -337,7 +337,7 @@ testing directory:
Alternatively you can invoke pytest with the ``-p pytester`` command line
option.
This will allow you to use the :py:class:`pytester <_pytest.pytester.Pytester>`
This will allow you to use the :py:class:`pytester <pytest.Pytester>`
fixture for testing your plugin code.
Let's demonstrate what you can do with the plugin with an example. Imagine we