summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2020-11-05 21:10:57 +0100
committerGiampaolo Rodola <g.rodola@gmail.com>2020-11-05 21:10:57 +0100
commit4791b4078666f632d01088fd73b35840d37b1ae5 (patch)
treeb936a5b755b7d822038f65c9241b6f8db745f52a
parentdb80c3e2ff263b17332e9c7cf35fdc4fd2af2266 (diff)
parent8415355c8badc9c94418b19bdf26e622f06f0cce (diff)
downloadpsutil-4791b4078666f632d01088fd73b35840d37b1ae5.tar.gz
Merge branch 'master' of github.com:giampaolo/psutil
-rw-r--r--docs/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 86b7ad1d..1c71f823 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -770,7 +770,7 @@ Sensors
Return hardware fans speed. Each entry is a named tuple representing a
certain hardware sensor fan.
- Fan speed is expressed in RPM (rounds per minute).
+ Fan speed is expressed in RPM (revolutions per minute).
If sensors are not supported by the OS an empty dict is returned.
Example::