summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastian Ebeling <bastian.ebeling@web.de>2019-09-18 10:02:04 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2019-09-18 10:02:04 +0200
commit1075c23d08f26225a84440e44aa8baeb3d047ddd (patch)
tree681cefd21b0e19bb7206cd475684c240d1e81afc
parent55301bddea77bd8fa2415586af93b7d8c3d5bdd1 (diff)
downloadpsutil-1075c23d08f26225a84440e44aa8baeb3d047ddd.tar.gz
Removed a typo/copy'n'paste mistake Linux->Windows (#1588)
-rw-r--r--docs/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 6429e15a..e5e40737 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -2219,7 +2219,7 @@ Process priority constants
.. data:: IOPRIO_NORMAL
.. data:: IOPRIO_HIGH
- A set of integers representing the I/O priority of a process on Linux.
+ A set of integers representing the I/O priority of a process on Windows.
They can be used in conjunction with :meth:`psutil.Process.ionice()` to get
or set process I/O priority.