From 696bf96c83878c163c8e0ed3b590a18a83003838 Mon Sep 17 00:00:00 2001 From: William Jamir Silva Date: Tue, 24 Aug 2021 09:32:40 -0300 Subject: [PATCH] Fix typo in fixture.rst --- 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 d90b68348..a333598a9 100644 --- a/doc/en/reference/fixtures.rst +++ b/doc/en/reference/fixtures.rst @@ -418,7 +418,7 @@ is executed for the tests inside it anyway: 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 -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 fixture) can apply to.