summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2022-10-18 22:15:27 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2022-10-18 22:15:27 +0200
commit037e5a9cdf9365b8e4d4cfd5eb8b081d5cc66de2 (patch)
tree8be48605d6c555a9ecc122e86cf8d986f911906d /README.rst
parentaae4346a560601e0417188f55cdd2d2a0e606fa7 (diff)
parente1e48a8822f734a9d5ce1729c08984e975fabb1f (diff)
downloadpsutil-037e5a9cdf9365b8e4d4cfd5eb8b081d5cc66de2.tar.gz
Merge branch 'master' of github.com:giampaolo/psutil
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 6eb3cfe9..d1598ca3 100644
--- a/README.rst
+++ b/README.rst
@@ -221,7 +221,7 @@ Disks
>>> psutil.disk_partitions()
[sdiskpart(device='/dev/sda1', mountpoint='/', fstype='ext4', opts='rw,nosuid', maxfile=255, maxpath=4096),
- sdiskpart(device='/dev/sda2', mountpoint='/home', fstype='ext, opts='rw', maxfile=255, maxpath=4096)]
+ sdiskpart(device='/dev/sda2', mountpoint='/home', fstype='ext', opts='rw', maxfile=255, maxpath=4096)]
>>>
>>> psutil.disk_usage('/')
sdiskusage(total=21378641920, used=4809781248, free=15482871808, percent=22.5)