summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Gates <tim.gates@iress.com>2019-12-18 05:02:39 +1100
committerGiampaolo Rodola <g.rodola@gmail.com>2019-12-17 19:02:39 +0100
commit58c8bd1abc5565e003d7acb92066ee08b634966b (patch)
tree9bd634d51a53827d593b17d69de897b5dcb620c9
parent5deeca9e7a104105e17cc16ad4f79b1c5cdca29e (diff)
downloadpsutil-58c8bd1abc5565e003d7acb92066ee08b634966b.tar.gz
Fix simple typo: whish -> wish (#1640)
Closes #1639
-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)