diff options
-rw-r--r-- | Doc/library/time.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/library/time.rst b/Doc/library/time.rst index 0412e15..817f5a5 100644 --- a/Doc/library/time.rst +++ b/Doc/library/time.rst @@ -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 |