Skip to content

Commit 296b642

Browse files
authored
Fix rst markup in TempdirFactory's docstring.
1 parent 7b977f4 commit 296b642

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/_pytest/legacypath.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,8 @@ def testdir(pytester: Pytester) -> Testdir:
270270
@final
271271
@attr.s(init=False, auto_attribs=True)
272272
class TempdirFactory:
273-
"""Backward compatibility wrapper that implements :class:``_pytest.compat.LEGACY_PATH``
274-
for :class:``TempPathFactory``."""
273+
"""Backward compatibility wrapper that implements :class:`_pytest.compat.LEGACY_PATH`
274+
for :class:`TempPathFactory`."""
275275

276276
_tmppath_factory: TempPathFactory
277277

0 commit comments

Comments
 (0)