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 d50dbef commit 00598aeCopy full SHA for 00598ae
Doc/library/os.rst
@@ -2633,7 +2633,7 @@ features:
2633
.. function:: minor(device, /)
2634
2635
Extract the device minor number from a raw device number (usually the
2636
- :attr:`stat_result.st_dev` or :attr:`stat_result.st_rdev`).
+ :attr:`~stat_result.st_dev` or :attr:`~stat_result.st_rdev` field from :c:struct:`stat`).
2637
2638
2639
.. function:: makedev(major, minor, /)
0 commit comments