summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Yoo <michael@yoo.id.au>2019-05-28 11:52:01 +1000
committerGiampaolo Rodola <g.rodola@gmail.com>2019-05-28 09:52:01 +0800
commit9027714bfc1b1af508db8938429a6a8061a92791 (patch)
tree4f85e1e213c9e58c04bb35e8018016dc37aae273
parent6d4ad494e671dd00c8f95067a6ec734c92437d25 (diff)
downloadpsutil-9027714bfc1b1af508db8938429a6a8061a92791.tar.gz
Update index.rst (#1516)
-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