README fix

This commit is contained in:
Oleg Pidsadnyi 2014-12-18 09:10:01 +01:00
parent 9c5ea351b1
commit 9b57b302bf
1 changed files with 0 additions and 2 deletions

View File

@ -570,7 +570,6 @@ inherited (reused). For example, if we have pytest fixture:
.. code-block:: python
@pytest.fixture
def article():
"""Test article."""
@ -588,7 +587,6 @@ This will be equivalent to:
.. code-block:: python
@given('I have beautiful article')
def i_have_an_article(article):
"""I have an article."""