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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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