mirror of
https://github.com/python/cpython.git
synced 2025-07-24 19:54:21 +00:00
time.steady() doc: don't repeat the default value
This commit is contained in:
parent
6d3a575fc1
commit
2bf1f3bee4
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue