diff --git a/Doc/library/time.rst b/Doc/library/time.rst index a931134331f0a5..05a39efd929697 100644 --- a/Doc/library/time.rst +++ b/Doc/library/time.rst @@ -341,7 +341,8 @@ Functions does include time elapsed during sleep. The clock is the same for all processes. The reference point of the returned value is undefined, so that only the difference between - the results of two calls is valid. + the results of two calls is valid. This counter, like :func:`monotonic`, cannot + go backwards. .. impl-detail::