From 19d05814d2e6d662b36bf07fc10ad5dbd7de6052 Mon Sep 17 00:00:00 2001 From: nicoddemus Date: Mon, 29 Feb 2016 17:09:31 -0500 Subject: [PATCH] Fix reference to _CallOutcome in docs --- doc/en/writing_plugins.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()