This commit is contained in:
Jürgen Gmach 2021-03-18 12:34:01 +01:00 committed by GitHub
parent fe215bda6b
commit fb481c7e6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ class TempPathFactory:
@final @final
@attr.s(init=False) @attr.s(init=False)
class TempdirFactory: 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``.""" for :class:``TempPathFactory``."""
_tmppath_factory = attr.ib(type=TempPathFactory) _tmppath_factory = attr.ib(type=TempPathFactory)