We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c3dfc4 commit e0e4fd7Copy full SHA for e0e4fd7
1 file changed
Doc/library/os.rst
@@ -3828,7 +3828,7 @@ features:
3828
.. class:: statvfs_result
3829
3830
Filesystem statistics returned by :func:`os.statvfs` and :func:`os.fstatvfs`.
3831
- See :manpage:`statvfs(3)` for the meaning of each member.
+ See :manpage:`statvfs(3)` for more details.
3832
3833
.. attribute:: f_bsize
3834
@@ -3883,6 +3883,7 @@ features:
3883
3884
.. versionadded:: 3.7
3885
3886
+The following flags are used in :attr:`statvfs_result.f_flag`.
3887
3888
.. data:: ST_RDONLY
3889
0 commit comments