Merge pull request #4205 from vbarbaresi/fix_typo
fix typo in tmpdir documentation (trivial)
This commit is contained in:
commit
b0eed7b56c
|
@ -69,7 +69,7 @@ The ``tmp_path_factory`` fixture
|
|||
.. versionadded:: 3.9
|
||||
|
||||
|
||||
The ``tmp_path_facotry`` is a session-scoped fixture which can be used
|
||||
The ``tmp_path_factory`` is a session-scoped fixture which can be used
|
||||
to create arbitrary temporary directories from any other fixture or test.
|
||||
|
||||
It is intended to replace ``tmpdir_factory``, and returns :class:`pathlib.Path` instances.
|
||||
|
|
Loading…
Reference in New Issue