We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 217d343 commit 43776fcCopy full SHA for 43776fc
src/_pytest/compat.py
@@ -211,7 +211,7 @@ def ascii_escaped(val: bytes | str) -> str:
211
212
def get_real_func(obj):
213
"""Get the real function object of the (possibly) wrapped object by
214
- functools.wraps or functools.partial or pytest.fixture"""
+ :func:`functools.wraps`, or :func:`functools.partial`, or :func:`pytest.fixture`."""
215
from _pytest.fixtures import FixtureFunctionDefinition
216
217
start_obj = obj
0 commit comments