From b3d646455a495165fa74dedad0d7a159cc7c11f2 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Fri, 3 Apr 2015 17:06:51 -0300 Subject: [PATCH] Fixed straightforward spelling --HG-- branch : yield-experimental-docs --- doc/en/yieldfixture.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/yieldfixture.txt b/doc/en/yieldfixture.txt index 5c7558d7e..e108a5324 100644 --- a/doc/en/yieldfixture.txt +++ b/doc/en/yieldfixture.txt @@ -66,7 +66,7 @@ the ``with`` statement ends. Note that the yield fixture form supports all other fixture features such as ``scope``, ``params``, etc., thus changing existing -fixture functions to use ``yield`` is straight forward. +fixture functions to use ``yield`` is straightforward. .. note::