diff --git a/changelog/3259.trivial b/changelog/3259.trivial new file mode 100644 index 00000000000..5b5141301eb --- /dev/null +++ b/changelog/3259.trivial @@ -0,0 +1 @@ +Fix minor typo in fixture.rst diff --git a/doc/en/fixture.rst b/doc/en/fixture.rst index 0828bdcf80b..d2b2865ef31 100644 --- a/doc/en/fixture.rst +++ b/doc/en/fixture.rst @@ -369,7 +369,7 @@ ends, but ``addfinalizer`` has two key differences over ``yield``: Fixtures can introspect the requesting test context ------------------------------------------------------------- -Fixture function can accept the :py:class:`request ` object +Fixture functions can accept the :py:class:`request ` object to introspect the "requesting" test function, class or module context. Further extending the previous ``smtp`` fixture example, let's read an optional server URL from the test module which uses our fixture::