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 803a277 commit 943b5d8Copy full SHA for 943b5d8
1 file changed
Doc/library/os.rst
@@ -1139,7 +1139,7 @@ as internal buffering of data.
1139
.. function:: fstatvfs(fd, /)
1140
1141
Return information about the filesystem containing the file associated with
1142
- file descriptor *fd* in a :class:`statvfs_result` like :func:`statvfs`.
+ file descriptor *fd* in a :class:`statvfs_result`, like :func:`statvfs`.
1143
As of Python 3.3, this is equivalent to ``os.statvfs(fd)``.
1144
1145
.. availability:: Unix.
0 commit comments