From 479209bde1fc76a915c06b34870a7537f23a44b7 Mon Sep 17 00:00:00 2001 From: Jason Haugen <56001173+haugenj@users.noreply.github.com> Date: Wed, 9 Jun 2021 15:13:48 -0700 Subject: [PATCH] Fix typo in fixture.rst Example referenced the wrong function name --- doc/en/reference/fixtures.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/reference/fixtures.rst b/doc/en/reference/fixtures.rst index 6d9b134a7..d90b68348 100644 --- a/doc/en/reference/fixtures.rst +++ b/doc/en/reference/fixtures.rst @@ -410,7 +410,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