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 ee75661 commit fbaf288Copy full SHA for fbaf288
Doc/library/os.rst
@@ -3143,7 +3143,7 @@ features:
3143
3144
.. note::
3145
3146
- ``st_mode`` is an **int** bitmask that combines the file type and the
+ ``st_mode`` is an :class:`int` bitmask that combines the file type and the
3147
permission bits. If you expect POSIX-style values like ``755`` or ``644``,
3148
render the value in octal and/or mask out only the permission bits. For example:
3149
0 commit comments