From 9719237fe6e08cb39e1be3d78299ca5188f53abb Mon Sep 17 00:00:00 2001 From: Ran Benita Date: Mon, 24 May 2021 12:31:28 +0300 Subject: [PATCH] doc: refer to type by its public name --- doc/en/how-to/writing_plugins.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/how-to/writing_plugins.rst b/doc/en/how-to/writing_plugins.rst index 8ec935cc2..3b58a8333 100644 --- a/doc/en/how-to/writing_plugins.rst +++ b/doc/en/how-to/writing_plugins.rst @@ -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 ` fixture for testing your plugin code. Let's demonstrate what you can do with the plugin with an example. Imagine we