From a31da96ab8a8e5df1e7d88db14d245ce0d29a8aa Mon Sep 17 00:00:00 2001 From: PeterBParker <62410398+PeterBParker@users.noreply.github.com> Date: Wed, 22 May 2024 10:09:05 -0500 Subject: [PATCH] Update fixture.rst removed misplaced comma --- doc/en/fixture.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/fixture.rst b/doc/en/fixture.rst index 2fce4be82..cace4a680 100644 --- a/doc/en/fixture.rst +++ b/doc/en/fixture.rst @@ -17,7 +17,7 @@ pytest fixtures: explicit, modular, scalable `Software test fixtures`_ initialize test functions. They provide a fixed baseline so that tests execute reliably and produce consistent, -repeatable, results. Initialization may setup services, state, or +repeatable results. Initialization may setup services, state, or other operating environments. These are accessed by test functions through arguments; for each fixture used by a test function there is typically a parameter (named after the fixture) in the test function's