Skip to content

Commit 943b5d8

Browse files
committed
Re-add accidentally dropped comma
1 parent 803a277 commit 943b5d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/os.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1139,7 +1139,7 @@ as internal buffering of data.
11391139
.. function:: fstatvfs(fd, /)
11401140

11411141
Return information about the filesystem containing the file associated with
1142-
file descriptor *fd* in a :class:`statvfs_result` like :func:`statvfs`.
1142+
file descriptor *fd* in a :class:`statvfs_result`, like :func:`statvfs`.
11431143
As of Python 3.3, this is equivalent to ``os.statvfs(fd)``.
11441144

11451145
.. availability:: Unix.

0 commit comments

Comments
 (0)