summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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:\\"``).