Skip to content

Commit a86ee09

Browse files
Fix typo in parametrize.rst (#13514) (#13516)
(cherry picked from commit 64c1173) Co-authored-by: SarahPythonista <[email protected]>
1 parent 1a0581b commit a86ee09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/en/example/parametrize.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ The first invocation with ``db == "DB1"`` passed while the second with ``db == "
352352
Indirect parametrization
353353
---------------------------------------------------
354354

355-
Using the ``indirect=True`` parameter when parametrizing a test allows to
355+
Using the ``indirect=True`` parameter when parametrizing a test allows one to
356356
parametrize a test with a fixture receiving the values before passing them to a
357357
test:
358358

0 commit comments

Comments
 (0)