We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2a7609 commit 08276fdCopy full SHA for 08276fd
src/_pytest/tmpdir.py
@@ -208,9 +208,9 @@ def tmpdir(tmp_path: Path) -> LEGACY_PATH:
208
``--basetemp`` is used then it is cleared each session. See :ref:`base
209
temporary directory`.
210
211
- The returned object is a `_pytest.compat.LEGACY_PATH`_ object.
+ The returned object is a `legacy_path`_ object.
212
213
- .. _`legacy_path`: https://py.readthedocs.io/en/latest/path.html
+ .. _legacy_path: https://py.readthedocs.io/en/latest/path.html
214
"""
215
return legacy_path(tmp_path)
216
0 commit comments