From 7aa62732a3158c27411f0291d16b9b65adb66235 Mon Sep 17 00:00:00 2001 From: aizpurua23a <57321880+aizpurua23a@users.noreply.github.com> Date: Wed, 27 Jul 2022 20:28:36 +0200 Subject: [PATCH] Update doc/en/how-to/fixtures.rst Co-authored-by: Bruno Oliveira --- doc/en/how-to/fixtures.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/how-to/fixtures.rst b/doc/en/how-to/fixtures.rst index 6aba2b94b..8ab498bd7 100644 --- a/doc/en/how-to/fixtures.rst +++ b/doc/en/how-to/fixtures.rst @@ -742,7 +742,7 @@ Note on finalizer order """""""""""""""""""""""" Finalizers are executed in a first-in-last-out order. -For yield fixtures, the first fixture to run is the right-most one, i.e. the last test parameter. +For yield fixtures, the first teardown code to run is from the right-most fixture, i.e. the last test parameter. .. regendoc:wipe