Skip to content

Commit cf7425d

Browse files
committed
Fix a typo in documentation about tmpdir_factory
The section refers to tmpdir_factory, but the sentence mentionned tmp_path_factory.
1 parent 43faea8 commit cf7425d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/en/reference/reference.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ tmpdir_factory
615615

616616
:ref:`tmpdir and tmpdir_factory`
617617

618-
``tmp_path_factory`` is an instance of :class:`~pytest.TempdirFactory`:
618+
``tmpdir_factory`` is an instance of :class:`~pytest.TempdirFactory`:
619619

620620
.. autoclass:: pytest.TempdirFactory()
621621
:members:

0 commit comments

Comments
 (0)