Skip to content

Commit 479209b

Browse files
haugenjasottile
authored andcommitted
Fix typo in fixture.rst
Example referenced the wrong function name
1 parent 68bb0db commit 479209b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/en/reference/fixtures.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ example, consider this file:
410410

411411
.. literalinclude:: /example/fixtures/test_fixtures_order_autouse_multiple_scopes.py
412412

413-
Even though nothing in ``TestClassWithC1Request`` is requesting ``c1``, it still
413+
Even though nothing in ``TestClassWithoutC1Request`` is requesting ``c1``, it still
414414
is executed for the tests inside it anyway:
415415

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

0 commit comments

Comments
 (0)