From 51d358a7a987980153c3e20a98c87ddf6a11dc6e Mon Sep 17 00:00:00 2001 From: Vincent Barbaresi Date: Fri, 19 Oct 2018 19:22:04 +0200 Subject: [PATCH] fix typo in tmpdir documentation --- doc/en/tmpdir.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/tmpdir.rst b/doc/en/tmpdir.rst index ca26bb5c8..21bdcdd6a 100644 --- a/doc/en/tmpdir.rst +++ b/doc/en/tmpdir.rst @@ -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.