diff --git a/doc/en/fixture.rst b/doc/en/fixture.rst index 1628d0208..65664c0b2 100644 --- a/doc/en/fixture.rst +++ b/doc/en/fixture.rst @@ -262,7 +262,7 @@ Finally, the ``class`` scope will invoke the fixture once per test *class*. .. note:: Pytest will only cache one instance of a fixture at a time. - This means that when using a parametrized fixture, it may need to be invoked more than once in the scope it's defined for. + This means that when using a parametrized fixture, pytest may invoke a fixture more than once in the given scope. ``package`` scope (experimental)