summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2019-12-18 14:50:30 +0100
committerGiampaolo Rodola <g.rodola@gmail.com>2019-12-18 14:50:30 +0100
commit508ca736e93daf97473b3ec19f0e95bd6ff3945e (patch)
tree0e6f171d8984da2db7c9f859bf0cd4a14a239f39
parentc1202c28f547d2a1e81749cc6adabfa361c51d6b (diff)
parent58c8bd1abc5565e003d7acb92066ee08b634966b (diff)
downloadpsutil-508ca736e93daf97473b3ec19f0e95bd6ff3945e.tar.gz
Merge branch 'master' of github.com:giampaolo/psutil
-rw-r--r--psutil/tests/README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/psutil/tests/README.rst b/psutil/tests/README.rst
index 9cefb775..b647d513 100644
--- a/psutil/tests/README.rst
+++ b/psutil/tests/README.rst
@@ -7,7 +7,7 @@ Instructions for running tests
python -m psutil.tests --install-deps # install test deps
python -m psutil.tests
- As a "developer", if you have a copy of the source code and you whish to hack
+ As a "developer", if you have a copy of the source code and you wish to hack
on psutil::
make setup-dev-env # install test deps (+ other things)