fix typo (#8460)
This commit is contained in:
parent
fe215bda6b
commit
fb481c7e6f
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue