Fixed typo in README

This commit is contained in:
pelmini
2020-08-23 15:10:43 -07:00
parent 1d08799c82
commit 457386f837

View File

@@ -67,7 +67,7 @@ a checkout of the `pytest-xdist repository`_ ::
Speed up test runs by sending tests to multiple CPUs Speed up test runs by sending tests to multiple CPUs
---------------------------------------------------- ----------------------------------------------------
To send tests to multiple CPUs, use the ``-n`` (or ``-numprocesses``) option:: To send tests to multiple CPUs, use the ``-n`` (or ``--numprocesses``) option::
pytest -n NUMCPUS pytest -n NUMCPUS