mirror of
https://github.com/python/cpython.git
synced 2025-01-09 18:15:02 +08:00
Issue #13846: Enhance time.monotonic() documentation
This commit is contained in:
parent
a751885e0e
commit
0a786221d9
@ -228,8 +228,9 @@ The module defines the following functions and data items:
|
||||
|
||||
.. function:: monotonic()
|
||||
|
||||
Monotonic clock. The reference point of the returned value is undefined so
|
||||
only the difference of consecutive calls is valid.
|
||||
Monotonic non-decreasing clock. The clock is not related to the system clock
|
||||
and cannot go backward. The reference point of the returned
|
||||
value is undefined so only the difference of consecutive calls is valid.
|
||||
|
||||
.. versionadded:: 3.3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user