Skip to content

Commit c5dec60

Browse files
committed
Fix wording in fixtures doc.
1 parent 642847c commit c5dec60

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
@@ -262,7 +262,7 @@ Finally, the ``class`` scope will invoke the fixture once per test *class*.
262262
.. note::
263263

264264
Pytest will only cache one instance of a fixture at a time.
265-
This means that when using a parametrized fixture, it may need to be invoked more than once in the scope it's defined for.
265+
This means that when using a parametrized fixture, pytest may invoke a fixture more than once in the given scope.
266266

267267

268268
``package`` scope (experimental)

0 commit comments

Comments
 (0)