Skip to content

Commit

Permalink
Merge pull request #2721 from josepht/patch-1
Browse files Browse the repository at this point in the history
Fix typo in goodpractices.rst
  • Loading branch information
nicoddemus authored Aug 30, 2017
2 parents 0824076 + 67161ee commit 709b8b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog/2721.trivial
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixed typo in goodpractices.rst.
2 changes: 1 addition & 1 deletion doc/en/goodpractices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ want to distribute them along with your application::
test_view.py
...

In this scheme, it is easy to your run tests using the ``--pyargs`` option::
In this scheme, it is easy to run your tests using the ``--pyargs`` option::

pytest --pyargs mypkg

Expand Down

0 comments on commit 709b8b6

Please sign in to comment.