Skip to content

Commit 00598ae

Browse files
committed
Review fix to minor()
1 parent d50dbef commit 00598ae

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
@@ -2633,7 +2633,7 @@ features:
26332633
.. function:: minor(device, /)
26342634

26352635
Extract the device minor number from a raw device number (usually the
2636-
:attr:`stat_result.st_dev` or :attr:`stat_result.st_rdev`).
2636+
:attr:`~stat_result.st_dev` or :attr:`~stat_result.st_rdev` field from :c:struct:`stat`).
26372637

26382638

26392639
.. function:: makedev(major, minor, /)

0 commit comments

Comments
 (0)