Fixed straightforward spelling

--HG--
branch : yield-experimental-docs
This commit is contained in:
Bruno Oliveira 2015-04-03 17:06:51 -03:00
parent 161d9e5971
commit b3d646455a
1 changed files with 1 additions and 1 deletions

View File

@ -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::