Thanks to visit codestin.com Credit goes to github.com
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 bab4bbb commit fd7d539Copy full SHA for fd7d539
Doc/library/time.rst
@@ -772,7 +772,7 @@ These constants are used as parameters for :func:`clock_getres` and
772
Similar to :data:`CLOCK_MONOTONIC`, but provides access to a raw
773
hardware-based time that is not subject to NTP adjustments.
774
775
- Availability: Linux 2.6.28 or later.
+ .. availability:: Linux 2.6.28 and newer, macOS 10.12 and newer.
776
777
.. versionadded:: 3.3
778
@@ -799,7 +799,7 @@ These constants are used as parameters for :func:`clock_getres` and
799
800
Thread-specific CPU-time clock.
801
802
- Availability: Unix.
+ .. availability:: Unix.
803
804
805
0 commit comments