diff --git a/doc/en/fixture.rst b/doc/en/fixture.rst index a3a1e9eb4..115a34f8c 100644 --- a/doc/en/fixture.rst +++ b/doc/en/fixture.rst @@ -1454,7 +1454,7 @@ example, consider this file: .. literalinclude:: example/fixtures/test_fixtures_order_autouse_multiple_scopes.py -Even though nothing in ``TestClassWithC1Request`` is requesting ``c1``, it still +Even though nothing in ``TestClassWithoutC1Request`` is requesting ``c1``, it still is executed for the tests inside it anyway: .. image:: example/fixtures/test_fixtures_order_autouse_multiple_scopes.svg