Skip to content

Commit 6740fb9

Browse files
authored
doc: Typofix in fixtures how-to (#8860)
1 parent 8347b59 commit 6740fb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/en/how-to/fixtures.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Fixtures are reusable
153153
^^^^^^^^^^^^^^^^^^^^^
154154

155155
One of the things that makes pytest's fixture system so powerful, is that it
156-
gives us the ability to define a generic setup step that can reused over and
156+
gives us the ability to define a generic setup step that can be reused over and
157157
over, just like a normal function would be used. Two different tests can request
158158
the same fixture and have pytest give each test their own result from that
159159
fixture.

0 commit comments

Comments
 (0)