Fix rst markup in TempdirFactory's docstring.
This commit is contained in:
parent
7b977f4beb
commit
296b642eb3
|
@ -270,8 +270,8 @@ class LegacyTestdirPlugin:
|
||||||
@final
|
@final
|
||||||
@attr.s(init=False, auto_attribs=True)
|
@attr.s(init=False, auto_attribs=True)
|
||||||
class TempdirFactory:
|
class TempdirFactory:
|
||||||
"""Backward compatibility wrapper that implements :class:``_pytest.compat.LEGACY_PATH``
|
"""Backward compatibility wrapper that implements :class:`_pytest.compat.LEGACY_PATH`
|
||||||
for :class:``TempPathFactory``."""
|
for :class:`TempPathFactory`."""
|
||||||
|
|
||||||
_tmppath_factory: TempPathFactory
|
_tmppath_factory: TempPathFactory
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue