Skip to content

Commit 78d21dc

Browse files
authored
Merge pull request #9034 from williamjamir/williamjamir-patch-1
Fix typo in fixture.rst
2 parents 59189eb + 696bf96 commit 78d21dc

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
@@ -418,7 +418,7 @@ is executed for the tests inside it anyway:
418418

419419
But just because one autouse fixture requested a non-autouse fixture, that
420420
doesn't mean the non-autouse fixture becomes an autouse fixture for all contexts
421-
that it can apply to. It only effectively becomes an auotuse fixture for the
421+
that it can apply to. It only effectively becomes an autouse fixture for the
422422
contexts the real autouse fixture (the one that requested the non-autouse
423423
fixture) can apply to.
424424

0 commit comments

Comments
 (0)