Fix typo in parametrize.rst

This commit is contained in:
William Martin Stewart 2015-10-30 09:58:41 +02:00
parent 4fe7cca44e
commit 1376d75fbe
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ As expected our test function fails.
If you don't specify a stringinput it will be skipped because
``metafunc.parametrize()`` will be called with an empty parameter
listlist::
list::
$ py.test -q -rs test_strings.py
s