Merge pull request #4205 from vbarbaresi/fix_typo

fix typo in tmpdir documentation (trivial)
This commit is contained in:
Bruno Oliveira 2018-10-19 17:49:32 -03:00 committed by GitHub
commit b0eed7b56c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.