mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Issue #13846: Enhance time.monotonic() documentation
This commit is contained in:
parent
a751885e0e
commit
0a786221d9
1 changed files with 3 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue