Skip to content

Commit

Permalink
Fix typo psutils -> psutil (#848)
Browse files Browse the repository at this point in the history
  • Loading branch information
BreadGenie committed Nov 24, 2022
1 parent e14895a commit 99c80c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/distribution.rst
Expand Up @@ -14,7 +14,7 @@ With ``-n auto``, pytest-xdist will use as many processes as your computer
has CPU cores.

Use ``-n logical`` to use the number of *logical* CPU cores rather than
physical ones. This currently requires the ``psutils`` package to be installed;
physical ones. This currently requires the ``psutil`` package to be installed;
if it is not, pytest-xdist will fall back to ``-n auto`` behavior.

Pass a number, e.g. ``-n 8``, to specify the number of processes explicitly.
Expand Down

0 comments on commit 99c80c3

Please sign in to comment.