From 5052bcf572297075f64fc48b563ba6c8a6ffd890 Mon Sep 17 00:00:00 2001 From: Ekesh Kumar <0ekesh@gmail.com> Date: Sat, 24 Dec 2022 10:50:14 -0600 Subject: [PATCH] Correct fixture.rst docs --- doc/en/fixture.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/fixture.rst b/doc/en/fixture.rst index 2fce4be82..ea0e04cc3 100644 --- a/doc/en/fixture.rst +++ b/doc/en/fixture.rst @@ -1463,7 +1463,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.