diff options
| author | Giampaolo Rodola <g.rodola@gmail.com> | 2017-02-13 19:52:14 +0100 |
|---|---|---|
| committer | Giampaolo Rodola <g.rodola@gmail.com> | 2017-02-13 19:52:14 +0100 |
| commit | 4e0e14932f42a9eee14b0a5ec988726039cb77b2 (patch) | |
| tree | 06ec453fc6345f479154bfac4f2f4e69b384afad /scripts/sensors.py | |
| parent | 5b6b133e56a489556f0d180019748aa30d29147e (diff) | |
| download | psutil-4e0e14932f42a9eee14b0a5ec988726039cb77b2.tar.gz | |
update doc
Diffstat (limited to 'scripts/sensors.py')
| -rwxr-xr-x | scripts/sensors.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/sensors.py b/scripts/sensors.py index 8409c6b8..4c055efa 100755 --- a/scripts/sensors.py +++ b/scripts/sensors.py @@ -74,7 +74,7 @@ def main(): print(" %-20s %s RPM" % ( entry.label or name, entry.current)) - # Battery + # Battery. if battery: print("Battery:") print(" charge: %s%%" % round(battery.percent, 2)) |
