Merge pull request #3259 from joshm91/fix_typo

Fix minor typo in fixture.rst
This commit is contained in:
Florian Bruhin 2018-02-24 21:37:40 +01:00 committed by GitHub
commit ae62ced080
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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::