Skip to content

Commit 696bf96

Browse files
authored
Fix typo in fixture.rst
1 parent 59189eb commit 696bf96

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)