summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2021-09-26 22:04:10 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2021-09-26 22:04:10 +0200
commit3e2470366f74c8fd060905f76a93afdc3f033161 (patch)
tree1a5bed26affde41bbe4892705944d1e42ca653e3 /docs
parent11429f87725ab8e301ab5f4e3e43d45590c0de03 (diff)
parentdccf8bedf34fced63f1962dd77b58f0da339759c (diff)
downloadpsutil-3e2470366f74c8fd060905f76a93afdc3f033161.tar.gz
Merge branch 'master' of github.com:giampaolo/psutil
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 3473ebfe..11ea8780 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -263,7 +263,7 @@ CPU
.. function:: cpu_freq(percpu=False)
- Return CPU frequency as a nameduple including *current*, *min* and *max*
+ Return CPU frequency as a named tuple including *current*, *min* and *max*
frequencies expressed in Mhz.
On Linux *current* frequency reports the real-time value, on all other
platforms it represents the nominal "fixed" value.
@@ -419,7 +419,7 @@ Disks
Note that this may not be fully reliable on all systems (e.g. on BSD this
parameter is ignored).
See `disk_usage.py`_ script providing an example usage.
- Returns a list of namedtuples with the following fields:
+ Returns a list of named tuples with the following fields:
* **device**: the device path (e.g. ``"/dev/hda1"``). On Windows this is the
drive letter (e.g. ``"C:\\"``).