Skip to content

Commit a516aa6

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent ed6701c commit a516aa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/en/how-to/parametrize.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ This will run the test with the arguments set to ``x=0/y=2``, ``x=1/y=2``,
196196

197197
.. warning::
198198

199-
Do not use a generator as the value argument for
199+
Do not use a generator as the value argument for
200200
:ref:`pytest.mark.parametrize ref` when decorating a class or module:
201201
the first test will consume the values of the generator and
202202
subsequent tests will be skipped because the generator is empty.

0 commit comments

Comments
 (0)