Fix rst markup in TempdirFactory's docstring.

This commit is contained in:
Ezio Melotti
2022-05-17 07:29:32 +02:00
committed by GitHub
parent 7b977f4beb
commit 296b642eb3

View File

@@ -270,8 +270,8 @@ class LegacyTestdirPlugin:
@final
@attr.s(init=False, auto_attribs=True)
class TempdirFactory:
"""Backward compatibility wrapper that implements :class:``_pytest.compat.LEGACY_PATH``
for :class:``TempPathFactory``."""
"""Backward compatibility wrapper that implements :class:`_pytest.compat.LEGACY_PATH`
for :class:`TempPathFactory`."""
_tmppath_factory: TempPathFactory