diff --git a/doc/en/how-to/fixtures.rst b/doc/en/how-to/fixtures.rst index d881f74cc..6aba2b94b 100644 --- a/doc/en/how-to/fixtures.rst +++ b/doc/en/how-to/fixtures.rst @@ -808,7 +808,7 @@ For finalizers, the first fixture to run is last call to `request.addfinalizer`. .finalizer_1 finalizer_2 -This is so because yield fixtures use addfinalizer behind the scenes: when the fixture executes, addfinalizer registers a function that resumes the generator, which in turn calls the teardown code. +This is so because yield fixtures use `addfinalizer` behind the scenes: when the fixture executes, `addfinalizer` registers a function that resumes the generator, which in turn calls the teardown code. .. _`safe teardowns`: