Issue #13846: Enhance time.monotonic() documentation

This commit is contained in:
Victor Stinner 2012-02-24 00:10:45 +01:00
parent a751885e0e
commit 0a786221d9
1 changed files with 3 additions and 2 deletions

View File

@ -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