Fix typo in fixture.rst

This commit is contained in:
William Jamir Silva 2021-08-24 09:32:40 -03:00 committed by GitHub
parent 59189ebeb5
commit 696bf96c83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -418,7 +418,7 @@ is executed for the tests inside it anyway:
But just because one autouse fixture requested a non-autouse fixture, that But just because one autouse fixture requested a non-autouse fixture, that
doesn't mean the non-autouse fixture becomes an autouse fixture for all contexts doesn't mean the non-autouse fixture becomes an autouse fixture for all contexts
that it can apply to. It only effectively becomes an auotuse fixture for the that it can apply to. It only effectively becomes an autouse fixture for the
contexts the real autouse fixture (the one that requested the non-autouse contexts the real autouse fixture (the one that requested the non-autouse
fixture) can apply to. fixture) can apply to.