This commit is contained in:
Jürgen Gmach
2021-03-18 12:34:01 +01:00
committed by GitHub
parent fe215bda6b
commit fb481c7e6f

View File

@@ -134,7 +134,7 @@ class TempPathFactory:
@final
@attr.s(init=False)
class TempdirFactory:
"""Backward comptibility wrapper that implements :class:``_pytest.compat.LEGACY_PATH``
"""Backward compatibility wrapper that implements :class:``_pytest.compat.LEGACY_PATH``
for :class:``TempPathFactory``."""
_tmppath_factory = attr.ib(type=TempPathFactory)