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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user