summaryrefslogtreecommitdiff
path: root/doc/en/reference.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/en/reference.rst')
-rw-r--r--doc/en/reference.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/reference.rst b/doc/en/reference.rst
index c8e8dca75..7f2ae0105 100644
--- a/doc/en/reference.rst
+++ b/doc/en/reference.rst
@@ -138,7 +138,7 @@ pytest.mark.parametrize
**Tutorial**: :doc:`parametrize`.
-This mark has the same signature as :py:meth:`_pytest.python.Metafunc.parametrize`; see there.
+This mark has the same signature as :py:meth:`pytest.Metafunc.parametrize`; see there.
.. _`pytest.mark.skip ref`:
@@ -870,7 +870,7 @@ Mark
Metafunc
~~~~~~~~
-.. autoclass:: _pytest.python.Metafunc
+.. autoclass:: pytest.Metafunc()
:members:
Module