Fix minor typo in fixture.rst

This commit is contained in:
joshm91 2018-02-24 19:12:40 +00:00
parent bedceaacc4
commit 6166151ee4
2 changed files with 2 additions and 1 deletions

1
changelog/3259.trivial Normal file
View File

@ -0,0 +1 @@
Fix minor typo in fixture.rst

View File

@ -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 <FixtureRequest>` object
Fixture functions can accept the :py:class:`request <FixtureRequest>` 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::