Skip to content

Commit

Permalink
Merge pull request #24 from Stranger6667/fix-doc
Browse files Browse the repository at this point in the history
Fix typo in README
  • Loading branch information
bubenkoff committed Jul 6, 2016
2 parents 1c517bf + ccc684d commit 85f4750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ double underscore (similar to the convention used by factory_boy).

.. code-block:: python
@pytest.mark.parametrized("author__name", ["Bill Gates"])
@pytest.mark.parametrize("author__name", ["Bill Gates"])
def test_model_fixture(author):
assert author.name == "Bill Gates"
Expand Down

0 comments on commit 85f4750

Please sign in to comment.