Merge pull request #8718 from dlax/docs/tmpdir_factory

Fix a typo in documentation about tmpdir_factory
This commit is contained in:
Bruno Oliveira 2021-05-31 09:22:26 -03:00 committed by GitHub
commit 788d8785ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: