From 1c891d7d974f2e0b254a950afb10a6f4edd78233 Mon Sep 17 00:00:00 2001 From: Joe Talbott Date: Fri, 25 Aug 2017 10:01:24 -0400 Subject: [PATCH] Fix typo in goodpractices.rst --- doc/en/goodpractices.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/goodpractices.rst b/doc/en/goodpractices.rst index d92e67e02..16fdd24c3 100644 --- a/doc/en/goodpractices.rst +++ b/doc/en/goodpractices.rst @@ -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