Fix a typo in documentation about tmpdir_factory

The section refers to tmpdir_factory, but the sentence mentionned
tmp_path_factory.
This commit is contained in:
Denis Laxalde 2021-05-31 09:36:18 +02:00
parent 43faea832d
commit cf7425d22b
1 changed files with 1 additions and 1 deletions

View File

@ -615,7 +615,7 @@ tmpdir_factory
:ref:`tmpdir and tmpdir_factory`
``tmp_path_factory`` is an instance of :class:`~pytest.TempdirFactory`:
``tmpdir_factory`` is an instance of :class:`~pytest.TempdirFactory`:
.. autoclass:: pytest.TempdirFactory()
:members: