From 6166151ee454a7ee1af37db16b5a7909908af5ea Mon Sep 17 00:00:00 2001 From: joshm91 Date: Sat, 24 Feb 2018 19:12:40 +0000 Subject: [PATCH] Fix minor typo in fixture.rst --- changelog/3259.trivial | 1 + doc/en/fixture.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelog/3259.trivial diff --git a/changelog/3259.trivial b/changelog/3259.trivial new file mode 100644 index 000000000..5b5141301 --- /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 0828bdcf8..d2b2865ef 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::