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 df40e86 commit 0bbbeb5Copy full SHA for 0bbbeb5
Doc/library/os.rst
@@ -1813,8 +1813,8 @@ features:
1813
On some Unix systems (such as Linux), the following attributes may also be
1814
available:
1815
1816
- * :attr:`st_blocks` - number of blocks allocated for file
1817
- * :attr:`st_blksize` - filesystem blocksize
+ * :attr:`st_blocks` - number of 512-byte blocks allocated for file
+ * :attr:`st_blksize` - filesystem blocksize for efficient file system I/O
1818
* :attr:`st_rdev` - type of device if an inode device
1819
* :attr:`st_flags` - user defined flags for file
1820
0 commit comments