summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Hewett <chewett@users.noreply.github.com>2020-11-04 18:03:04 +0000
committerGitHub <noreply@github.com>2020-11-04 19:03:04 +0100
commit8415355c8badc9c94418b19bdf26e622f06f0cce (patch)
tree48ffe0d8aa9bbd38913e5c47a8d613ba45c2191f
parent9b0efdd06aaac77e4579cab13d894ebed209749f (diff)
downloadpsutil-8415355c8badc9c94418b19bdf26e622f06f0cce.tar.gz
Fix definition of RPM (#1870)
RPM is actually revolutions per minute, current docs say its rounds per minute
-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::