From d88a3712c51a1f17b4fd2a0f5480ace902ab3437 Mon Sep 17 00:00:00 2001 From: bmcorser Date: Wed, 9 Jul 2014 22:00:24 +0000 Subject: [PATCH] Scratching an itch. Love py.test! --HG-- branch : bmcorser/scratching-an-itch-love-pytest-1404943207227 --- doc/en/yieldfixture.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/en/yieldfixture.txt b/doc/en/yieldfixture.txt index eb84ac9f5..f3cc542dc 100644 --- a/doc/en/yieldfixture.txt +++ b/doc/en/yieldfixture.txt @@ -1,4 +1,3 @@ - .. _yieldfixture: Fixture functions using "yield" / context manager integration @@ -54,7 +53,7 @@ Let's run it with output capturing disabled:: 1 passed in 0.00 seconds -We can also seemlessly use the new syntax with ``with`` statements. +We can also seamlessly use the new syntax with ``with`` statements. Let's simplify the above ``passwd`` fixture:: # content of test_yield2.py