Skip to content

Commit 55bffb7

Browse files
authored
Fix typo
1 parent be18f85 commit 55bffb7

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-
In additon to using fixtures in test functions, fixture functions
852+
In addition 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)