diff --git a/AUTHORS b/AUTHORS index e5b863e71f1..345a3e615bf 100644 --- a/AUTHORS +++ b/AUTHORS @@ -390,6 +390,7 @@ Russell Martin Ryan Puddephatt Ryan Wooden Sadra Barikbin +SarahPythonista Saiprasad Kale Samuel Colvin Samuel Dion-Girardeau diff --git a/doc/en/example/parametrize.rst b/doc/en/example/parametrize.rst index c3848db5112..a7ec55dff0a 100644 --- a/doc/en/example/parametrize.rst +++ b/doc/en/example/parametrize.rst @@ -352,7 +352,7 @@ The first invocation with ``db == "DB1"`` passed while the second with ``db == " Indirect parametrization --------------------------------------------------- -Using the ``indirect=True`` parameter when parametrizing a test allows to +Using the ``indirect=True`` parameter when parametrizing a test allows one to parametrize a test with a fixture receiving the values before passing them to a test: