Skip to content

Commit f4a84a8

Browse files
committed
reword a parametrize example sentence
1 parent 2d613a0 commit f4a84a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/en/example/parametrize.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,8 @@ Deferring the setup of parametrized resources
262262
The parametrization of test functions happens at collection
263263
time. It is a good idea to setup expensive resources like DB
264264
connections or subprocess only when the actual test is run.
265-
Here is a simple example how you can achieve that, first
266-
the actual test requiring a ``db`` object:
265+
Here is a simple example how you can achieve that. This test
266+
requires a ``db`` object fixture:
267267

268268
.. code-block:: python
269269

0 commit comments

Comments
 (0)