diff --git a/doc/en/tmpdir.rst b/doc/en/tmpdir.rst index 284f786bc..ca26bb5c8 100644 --- a/doc/en/tmpdir.rst +++ b/doc/en/tmpdir.rst @@ -72,7 +72,7 @@ The ``tmp_path_factory`` fixture The ``tmp_path_facotry`` 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. +It is intended to replace ``tmpdir_factory``, and returns :class:`pathlib.Path` instances. The 'tmpdir' fixture