From: Victor Stinner Date: Mon, 19 Mar 2012 12:17:24 +0000 (+0100) Subject: time.steady() doc: don't repeat the default value X-Git-Tag: v3.3.0a2~108 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2bf1f3bee4e7a68449eef01db68f12b2c4e00942;p=python time.steady() doc: don't repeat the default value --- diff --git a/Doc/library/time.rst b/Doc/library/time.rst index 3e666cff86..332b30b69b 100644 --- a/Doc/library/time.rst +++ b/Doc/library/time.rst @@ -236,7 +236,7 @@ The module defines the following functions and data items: adjusted. The reference point of the returned value is undefined so only the difference of consecutive calls is valid. - If available, a monotonic clock is used. By default, if *strict* is False, + If available, a monotonic clock is used. By default, the function falls back to another clock if the monotonic clock failed or is not available. If *strict* is True, raise an :exc:`OSError` on error or :exc:`NotImplementedError` if no monotonic clock is available.