Skip to content

Commit be18f85

Browse files
authored
Reword fixture docs for clarity (#6627)
Reword fixture docs for clarity
2 parents 28b8f3c + d91459f commit be18f85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/en/fixture.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -849,7 +849,7 @@ Running this test will *skip* the invocation of ``data_set`` with value ``2``:
849849
Modularity: using fixtures from a fixture function
850850
----------------------------------------------------------
851851

852-
You can not only use fixtures in test functions but fixture functions
852+
In additon to using fixtures in test functions, fixture functions
853853
can use other fixtures themselves. This contributes to a modular design
854854
of your fixtures and allows re-use of framework-specific fixtures across
855855
many projects. As a simple example, we can extend the previous example

0 commit comments

Comments
 (0)