Merge pull request #8718 from dlax/docs/tmpdir_factory
Fix a typo in documentation about tmpdir_factory
This commit is contained in:
commit
788d8785ce
|
@ -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