From 5984eacc334821594c6a67d4b32834f10d677363 Mon Sep 17 00:00:00 2001 From: Henry Chladil Date: Thu, 24 Mar 2022 10:37:29 +1000 Subject: [PATCH] Fix typo in fixture.rst --- 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 4c9cfef46..9856e3764 100644 --- a/doc/en/fixture.rst +++ b/doc/en/fixture.rst @@ -1131,7 +1131,7 @@ Fixture availability is determined from the perspective of the test. A fixture is only available for tests to request if they are in the scope that fixture is defined in. If a fixture is defined inside a class, it can only be requested by tests inside that class. But if a fixture is defined inside the global scope of -the module, than every test in that module, even if it's defined inside a class, +the module, then every test in that module, even if it's defined inside a class, can request it. Similarly, a test can also only be affected by an autouse fixture if that test