Docs typo

This commit is contained in:
Jürgen Edelbluth 2022-08-15 17:42:36 +00:00
parent 8c888d450a
commit d87edb29ca
Signed by: jed
GPG Key ID: 6DEAEDD5CDB646DF
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ def test_texts(text_a, text_b, text_c):
### Version 0.2.0
- The parameter order for `pytest_csv_params.decorators.csv_params` changed to allow the shorthand usage with only a `data_file` as positional argument. If you used keyword arguments only (like the docs recommend), you will not run into trouble.
- The parameter order for `pytest_csv_params.decorator.csv_params` changed to allow the shorthand usage with only a `data_file` as positional argument. If you used keyword arguments only (like the docs recommend), you will not run into trouble.
## Contributing