From 296b642eb3cc1c14fa4ebc0e748442ed968b8007 Mon Sep 17 00:00:00 2001 From: Ezio Melotti Date: Tue, 17 May 2022 07:29:32 +0200 Subject: [PATCH] Fix rst markup in TempdirFactory's docstring. --- src/_pytest/legacypath.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/_pytest/legacypath.py b/src/_pytest/legacypath.py index 37e8c2422..ac23888c7 100644 --- a/src/_pytest/legacypath.py +++ b/src/_pytest/legacypath.py @@ -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