summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerardwx <Gerardwx@users.noreply.github.com>2023-03-18 14:10:02 -0400
committerGitHub <noreply@github.com>2023-03-18 19:10:02 +0100
commitd07e7f84579b05934bc525614177ec0e1a3b4dd4 (patch)
treee636f57a57ef542ea368b2b33434a1b8e86d40e4
parentfb0d5d3325efeb56dd0cf48c0f0d2379baca20d5 (diff)
downloadpsutil-d07e7f84579b05934bc525614177ec0e1a3b4dd4.tar.gz
typo (#2055)
Signed-off-by: Gerard Weatherby <gweatherby@uchc.edu> Co-authored-by: Gerard Weatherby <gweatherby@uchc.edu>
-rw-r--r--docs/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst
index aa6b3f4b..dcc25ab0 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -505,7 +505,7 @@ Disks
numbers will always be increasing or remain the same, but never decrease.
``disk_io_counters.cache_clear()`` can be used to invalidate the *nowrap*
cache.
- On Windows it may be ncessary to issue ``diskperf -y`` command from cmd.exe
+ On Windows it may be necessary to issue ``diskperf -y`` command from cmd.exe
first in order to enable IO counters.
On diskless machines this function will return ``None`` or ``{}`` if
*perdisk* is ``True``.