]> granicus.if.org Git - python/commitdiff
Issue #13846: Enhance time.monotonic() documentation
authorVictor Stinner <victor.stinner@haypocalc.com>
Thu, 23 Feb 2012 23:10:45 +0000 (00:10 +0100)
committerVictor Stinner <victor.stinner@haypocalc.com>
Thu, 23 Feb 2012 23:10:45 +0000 (00:10 +0100)
Doc/library/time.rst

index 0412e157ff8bccdc703802f04b832335e9a6666d..817f5a510cbb11213399470f0432f3ab5b82e91f 100644 (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