Skip to content

Commit ff3d13e

Browse files
authored
Update typo in fixture.rst
1 parent ed118d7 commit ff3d13e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/en/fixture.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ The fixtures requested by ``test_foo`` will be instantiated in the following ord
294294

295295
1. ``s1``: is the highest-scoped fixture (``session``).
296296
2. ``m1``: is the second highest-scoped fixture (``module``).
297-
3. ``tempdir``: is a ``function``-scoped fixture, required by ``f1``: it needs to be instantiated at this point
297+
3. ``tmpdir``: is a ``function``-scoped fixture, required by ``f1``: it needs to be instantiated at this point
298298
because it is a dependency of ``f1``.
299299
4. ``f1``: is the first ``function``-scoped fixture in ``test_foo`` parameter list.
300300
5. ``f2``: is the last ``function``-scoped fixture in ``test_foo`` parameter list.

0 commit comments

Comments
 (0)