Skip to content

Commit fbaf288

Browse files
committed
Use a Sphinx
1 parent ee75661 commit fbaf288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/os.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3143,7 +3143,7 @@ features:
31433143

31443144
.. note::
31453145

3146-
``st_mode`` is an **int** bitmask that combines the file type and the
3146+
``st_mode`` is an :class:`int` bitmask that combines the file type and the
31473147
permission bits. If you expect POSIX-style values like ``755`` or ``644``,
31483148
render the value in octal and/or mask out only the permission bits. For example:
31493149

0 commit comments

Comments
 (0)