summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2016-04-07 20:35:46 +0700
committerGiampaolo Rodola <g.rodola@gmail.com>2016-04-07 20:35:46 +0700
commit3a68d941dd94409e51eb4389524db346dcf41d7f (patch)
tree9451f38f7d3ec254eb43a8fb01ae220d1e430041
parent12c7a20cb688f2673a6cf594aa1b7b1b8dbc7806 (diff)
downloadpsutil-3a68d941dd94409e51eb4389524db346dcf41d7f.tar.gz
update README
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index f2e58a17..9fd92d79 100644
--- a/README.rst
+++ b/README.rst
@@ -43,7 +43,7 @@ Quick links
Summary
=======
-psutil (python system and process utilities) is a cross-platform library for
+psutil (process and system utilities) is a cross-platform library for
retrieving information on **running processes** and **system utilization**
(CPU, memory, disks, network) in Python. It is useful mainly for **system
monitoring**, **profiling and limiting process resources** and **management of