Merge pull request #8746 from haugenj/patch-1

Fix typo in fixture.rst
This commit is contained in:
Anthony Sottile 2021-06-09 14:56:28 -07:00 committed by GitHub
commit 4c41b7e88b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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