diff --git a/src/_pytest/tmpdir.py b/src/_pytest/tmpdir.py index 63cfa4c23..99b54e9bf 100644 --- a/src/_pytest/tmpdir.py +++ b/src/_pytest/tmpdir.py @@ -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)