From dde147641ed2a7e81654146280be364cf09c05a4 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Fri, 19 Oct 2018 09:33:51 -0300 Subject: [PATCH] Fix linting --- 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 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