fix typo in tmpdir documentation

This commit is contained in:
Vincent Barbaresi 2018-10-19 19:22:04 +02:00
parent c54cdd05b8
commit 51d358a7a9
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ The ``tmp_path_factory`` fixture
.. versionadded:: 3.9 .. 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. to create arbitrary temporary directories from any other fixture or test.
It is intended to replace ``tmpdir_factory``, and returns :class:`pathlib.Path` instances. It is intended to replace ``tmpdir_factory``, and returns :class:`pathlib.Path` instances.