Skip to content

Commit 99c80c3

Browse files
authored
Fix typo psutils -> psutil (#848)
1 parent e14895a commit 99c80c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/distribution.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ With ``-n auto``, pytest-xdist will use as many processes as your computer
1414
has CPU cores.
1515

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

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

0 commit comments

Comments
 (0)