We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe215bd commit fb481c7Copy full SHA for fb481c7
src/_pytest/tmpdir.py
@@ -134,7 +134,7 @@ def getbasetemp(self) -> Path:
134
@final
135
@attr.s(init=False)
136
class TempdirFactory:
137
- """Backward comptibility wrapper that implements :class:``_pytest.compat.LEGACY_PATH``
+ """Backward compatibility wrapper that implements :class:``_pytest.compat.LEGACY_PATH``
138
for :class:``TempPathFactory``."""
139
140
_tmppath_factory = attr.ib(type=TempPathFactory)
0 commit comments