]> granicus.if.org Git - python/commitdiff
time.steady() doc: don't repeat the default value
authorVictor Stinner <vstinner@wyplay.com>
Mon, 19 Mar 2012 12:17:24 +0000 (13:17 +0100)
committerVictor Stinner <vstinner@wyplay.com>
Mon, 19 Mar 2012 12:17:24 +0000 (13:17 +0100)
Doc/library/time.rst

index 3e666cff8696c237d1013971156fa84bf3cdecea..332b30b69b198f3a08ed1d46864089eea495c422 100644 (file)
@@ -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.