summaryrefslogtreecommitdiff
path: root/psutil/_pslinux.py
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2017-01-24 21:13:35 +0100
committerGiampaolo Rodola <g.rodola@gmail.com>2017-01-24 21:13:35 +0100
commit62b92a1d569f40ca06ff45cb8b00f58b233cfbe6 (patch)
tree421261dd85de4fac190711513df533065e8ce46a /psutil/_pslinux.py
parenta17a6d6c0de3a9804452b13881eb544fc726b2d6 (diff)
downloadpsutil-62b92a1d569f40ca06ff45cb8b00f58b233cfbe6.tar.gz
#371: update doc
Diffstat (limited to 'psutil/_pslinux.py')
-rw-r--r--psutil/_pslinux.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/psutil/_pslinux.py b/psutil/_pslinux.py
index bb3d171b..aea4aa52 100644
--- a/psutil/_pslinux.py
+++ b/psutil/_pslinux.py
@@ -1099,9 +1099,9 @@ def boot_time():
if os.path.exists('/sys/class/hwmon'):
def sensors_temperatures():
- """Return hardware (CPU and others) temperatures as a list
- of named tuples including name, label, current, max and
- critical temperatures.
+ """Return hardware (CPU and others) temperatures as a dict
+ including hardware name, label, current, max and critical
+ temperatures.
Implementation notes:
- /sys/class/hwmon looks like the most recent interface to