From 12994a739dbeae7a4e7273cb742ca9270e168763 Mon Sep 17 00:00:00 2001 From: Dmitry Gorbunov Date: Sun, 25 Jul 2021 03:28:51 +1000 Subject: Fix typos in documentation (#1970) --- docs/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/index.rst b/docs/index.rst index f01cceed..34e136f6 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -261,7 +261,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. @@ -417,7 +417,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:\\"``). -- cgit v1.2.1