summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2020-10-17 00:54:44 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2020-10-17 00:54:44 +0200
commit792858b1334f442d22feae3e3c257e82825c05df (patch)
tree15eb00ba3f2cf82fc20d2e2e8084344bb9aa481c
parent1cea5983d93b738012608dfe6c42ca7317aca05d (diff)
parent21339fd40cf4fad71c39552e3813286f3068ae27 (diff)
downloadpsutil-792858b1334f442d22feae3e3c257e82825c05df.tar.gz
Merge branch 'master' of github.com:giampaolo/psutil
-rw-r--r--docs/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 97d6b420..3c9a4b65 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -1426,7 +1426,7 @@ Process class
- **system**: time spent in kernel mode.
- **children_user**: user time of all child processes (always ``0`` on
Windows and macOS).
- - **system_user**: user time of all child processes (always ``0`` on
+ - **children_system**: system time of all child processes (always ``0`` on
Windows and macOS).
- **iowait**: (Linux) time spent waiting for blocking I/O to complete.
This value is excluded from `user` and `system` times count (because the