From 3bef9c970f3eb83dc3a30f1ee6836c2aa74a3353 Mon Sep 17 00:00:00 2001 From: Maximilian Huber Date: Sat, 11 Mar 2023 11:26:17 +0100 Subject: [PATCH] Fix minor typo in readme --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 1d4ecac..5479a14 100644 --- a/README.rst +++ b/README.rst @@ -16,7 +16,7 @@ Quickstart: import pytest from myproject import my_func - @pytest.mark.matrix(names=['arg_firs'], + @pytest.mark.matrix(names=['arg_first'], combs=[ { 'arg_first': ['val_1', 'val_2'],