Skip to content

Commit 9719237

Browse files
committed
doc: refer to type by its public name
1 parent c0d525e commit 9719237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/en/how-to/writing_plugins.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ testing directory:
337337
Alternatively you can invoke pytest with the ``-p pytester`` command line
338338
option.
339339

340-
This will allow you to use the :py:class:`pytester <_pytest.pytester.Pytester>`
340+
This will allow you to use the :py:class:`pytester <pytest.Pytester>`
341341
fixture for testing your plugin code.
342342

343343
Let's demonstrate what you can do with the plugin with an example. Imagine we

0 commit comments

Comments
 (0)