Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6125e23

Browse files
committed
Doc: sort time.CLOCK_xxx constants
1 parent 84ba495 commit 6125e23

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

Doc/library/time.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -158,14 +158,6 @@ The module defines the following functions and data items:
158158
.. versionadded:: 3.3
159159

160160

161-
.. data:: CLOCK_REALTIME
162-
163-
System-wide real-time clock. Setting this clock requires appropriate
164-
privileges.
165-
166-
.. versionadded:: 3.3
167-
168-
169161
.. data:: CLOCK_HIGHRES
170162

171163
The Solaris OS has a CLOCK_HIGHRES timer that attempts to use an optimal
@@ -200,6 +192,14 @@ The module defines the following functions and data items:
200192
.. versionadded:: 3.3
201193

202194

195+
.. data:: CLOCK_REALTIME
196+
197+
System-wide real-time clock. Setting this clock requires appropriate
198+
privileges.
199+
200+
.. versionadded:: 3.3
201+
202+
203203
.. data:: CLOCK_THREAD_CPUTIME_ID
204204

205205
Thread-specific CPU-time clock.

0 commit comments

Comments
 (0)