Skip to content

Commit 4c41b7e

Browse files
authored
Merge pull request #8746 from haugenj/patch-1
Fix typo in fixture.rst
2 parents a5e67a2 + 74495a2 commit 4c41b7e

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
@@ -1454,7 +1454,7 @@ example, consider this file:
14541454

14551455
.. literalinclude:: example/fixtures/test_fixtures_order_autouse_multiple_scopes.py
14561456

1457-
Even though nothing in ``TestClassWithC1Request`` is requesting ``c1``, it still
1457+
Even though nothing in ``TestClassWithoutC1Request`` is requesting ``c1``, it still
14581458
is executed for the tests inside it anyway:
14591459

14601460
.. image:: example/fixtures/test_fixtures_order_autouse_multiple_scopes.svg

0 commit comments

Comments
 (0)