Fix minor mistake in usage doc (pkg instead of pypkg)

This commit is contained in:
Omar Kohl 2016-03-20 12:47:17 +01:00
parent a70e92777f
commit 27b62740e3
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ Several test run options::
Import 'pkg' and use its filesystem location to find and run tests::
py.test --pyargs pkg # run all tests found below directory of pypkg
py.test --pyargs pkg # run all tests found below directory of pkg
Modifying Python traceback printing
----------------------------------------------