Skip to content

Commit 2b86d2b

Browse files
authored
Typo in fixtures.rst (#11699)
1 parent dfc910e commit 2b86d2b

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
@@ -93,7 +93,7 @@ Fixture availability is determined from the perspective of the test. A fixture
9393
is only available for tests to request if they are in the scope that fixture is
9494
defined in. If a fixture is defined inside a class, it can only be requested by
9595
tests inside that class. But if a fixture is defined inside the global scope of
96-
the module, than every test in that module, even if it's defined inside a class,
96+
the module, then every test in that module, even if it's defined inside a class,
9797
can request it.
9898

9999
Similarly, a test can also only be affected by an autouse fixture if that test

0 commit comments

Comments
 (0)