Skip to content

Commit 0bbbeb5

Browse files
committed
Closes #12350: clarify blocks/block size members of stat result.
1 parent df40e86 commit 0bbbeb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/os.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1813,8 +1813,8 @@ features:
18131813
On some Unix systems (such as Linux), the following attributes may also be
18141814
available:
18151815

1816-
* :attr:`st_blocks` - number of blocks allocated for file
1817-
* :attr:`st_blksize` - filesystem blocksize
1816+
* :attr:`st_blocks` - number of 512-byte blocks allocated for file
1817+
* :attr:`st_blksize` - filesystem blocksize for efficient file system I/O
18181818
* :attr:`st_rdev` - type of device if an inode device
18191819
* :attr:`st_flags` - user defined flags for file
18201820

0 commit comments

Comments
 (0)