From d87edb29cafcc03d24626307fbee26bd9011f091 Mon Sep 17 00:00:00 2001 From: Juergen Edelbluth Date: Mon, 15 Aug 2022 17:42:36 +0000 Subject: [PATCH] Docs typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3e8302..6ba1524 100644 --- a/README.md +++ b/README.md @@ -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