Skip to content

Commit 150537d

Browse files
authored
Merge pull request #3119 from PoppyBagel/fix-formatting
[doc] Fix wrong formatting in parametrize.rst
2 parents 3181718 + d8c23fd commit 150537d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/en/parametrize.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ To get all combinations of multiple parametrized arguments you can stack
123123
def test_foo(x, y):
124124
pass
125125

126-
This will run the test with the arguments set to ``x=0/y=2``,``x=1/y=2``,
126+
This will run the test with the arguments set to ``x=0/y=2``, ``x=1/y=2``,
127127
``x=0/y=3``, and ``x=1/y=3`` exhausting parameters in the order of the decorators.
128128

129129
.. _`pytest_generate_tests`:

0 commit comments

Comments
 (0)