summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2019-05-28 17:23:31 +0800
committerGiampaolo Rodola <g.rodola@gmail.com>2019-05-28 17:23:31 +0800
commit5166505d12d054698ae2c2f9c4e34b908598396d (patch)
treeda4f866cd5201a2651f01739152e6eac04ec140b
parente62882adc1dc0896b3ee458b7e2ede0f3337b991 (diff)
parent9027714bfc1b1af508db8938429a6a8061a92791 (diff)
downloadpsutil-5166505d12d054698ae2c2f9c4e34b908598396d.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 ede2b3f9..d693b9f7 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -1324,7 +1324,7 @@ Process class
Return process I/O statistics as a named tuple.
For Linux you can refer to
- `/proc filesysem documentation <https://stackoverflow.com/questions/3633286/>`__.
+ `/proc filesystem documentation <https://stackoverflow.com/questions/3633286/>`__.
- **read_count**: the number of read operations performed (cumulative).
This is supposed to count the number of read-related syscalls such as