Skip to content

Commit 08276fd

Browse files
fixup
1 parent d2a7609 commit 08276fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/_pytest/tmpdir.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -208,9 +208,9 @@ def tmpdir(tmp_path: Path) -> LEGACY_PATH:
208208
``--basetemp`` is used then it is cleared each session. See :ref:`base
209209
temporary directory`.
210210
211-
The returned object is a `_pytest.compat.LEGACY_PATH`_ object.
211+
The returned object is a `legacy_path`_ object.
212212
213-
.. _`legacy_path`: https://py.readthedocs.io/en/latest/path.html
213+
.. _legacy_path: https://py.readthedocs.io/en/latest/path.html
214214
"""
215215
return legacy_path(tmp_path)
216216

0 commit comments

Comments
 (0)