Skip to content

Commit fb481c7

Browse files
authored
fix typo (#8460)
1 parent fe215bd commit fb481c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_pytest/tmpdir.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def getbasetemp(self) -> Path:
134134
@final
135135
@attr.s(init=False)
136136
class TempdirFactory:
137-
"""Backward comptibility wrapper that implements :class:``_pytest.compat.LEGACY_PATH``
137+
"""Backward compatibility wrapper that implements :class:``_pytest.compat.LEGACY_PATH``
138138
for :class:``TempPathFactory``."""
139139

140140
_tmppath_factory = attr.ib(type=TempPathFactory)

0 commit comments

Comments
 (0)