Kaydet (Commit) 2bf1f3be authored tarafından Victor Stinner's avatar Victor Stinner

time.steady() doc: don't repeat the default value

üst 6d3a575f
...@@ -236,7 +236,7 @@ The module defines the following functions and data items: ...@@ -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 adjusted. The reference point of the returned value is undefined so only the
difference of consecutive calls is valid. 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 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 not available. If *strict* is True, raise an :exc:`OSError` on error or
:exc:`NotImplementedError` if no monotonic clock is available. :exc:`NotImplementedError` if no monotonic clock is available.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment