diff --git a/doc/en/writing_plugins.rst b/doc/en/writing_plugins.rst index d43f534eb..cc346aaa8 100644 --- a/doc/en/writing_plugins.rst +++ b/doc/en/writing_plugins.rst @@ -550,7 +550,7 @@ Reference of objects involved in hooks .. autoclass:: _pytest.runner.TestReport() :members: -.. autoclass:: _pytest.core.CallOutcome() +.. autoclass:: _pytest.vendored_packages.pluggy._CallOutcome() :members: .. autofunction:: _pytest.config.get_plugin_manager()