summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPiotr Dworzynski <p.dworzynski@gmail.com>2020-10-09 17:06:01 +0200
committerGitHub <noreply@github.com>2020-10-09 17:06:01 +0200
commitd08f44b5448ce7c86bd044af9be289e0208d5e3e (patch)
tree7343df26bbb4b1fb792502021b50d8135a69c377 /docs
parentecdaac33f5945be19090531be892791ac99fc597 (diff)
downloadpsutil-d08f44b5448ce7c86bd044af9be289e0208d5e3e.tar.gz
Update index.rst (#1835)
Fixed typo in documentation of user.name attribute.
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst
index fa55b025..97d6b420 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -822,7 +822,7 @@ Other system info
Return users currently connected on the system as a list of named tuples
including the following fields:
- - **user**: the name of the user.
+ - **name**: the name of the user.
- **terminal**: the tty or pseudo-tty associated with the user, if any,
else ``None``.
- **host**: the host name associated with the entry, if any.