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:
parent
43faea832d
commit
cf7425d22b
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue