Skip to content

Commit a6ca3a3

Browse files
authored
Update README.rst
1 parent 1cb5ac1 commit a6ca3a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ in ``@pytest.mark.parametrize``:
3131
def test_func(arg1, arg2):
3232
assert arg2 == 1
3333
34-
This can be even more useful when the fixture is itself parametrized.
34+
This can be even more useful when the fixture is itself parametrized:
3535

3636
.. code-block:: python
3737

0 commit comments

Comments
 (0)