Skip to content

Commit 04f5bb4

Browse files
committed
Do not use roles for native function and constant.
1 parent ce6f264 commit 04f5bb4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
On macOS >= 10.12, use :func:`clock_gettime` with
2-
:data:`CLOCK_MONOTONIC_RAW` for :func:`time.monotonic`. Patch by John Keith
3-
Hohm.
1+
On macOS >= 10.12, use ``clock_gettime(CLOCK_MONOTONIC_RAW)`` for
2+
:func:`time.monotonic`. Patch by John Keith Hohm.

0 commit comments

Comments
 (0)