summaryrefslogtreecommitdiffstats
path: root/Doc/library/time.rst
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@wyplay.com>2012-03-19 12:17:24 (GMT)
committerVictor Stinner <vstinner@wyplay.com>2012-03-19 12:17:24 (GMT)
commit2bf1f3bee4e7a68449eef01db68f12b2c4e00942 (patch)
tree7958dc9fd6d9d0da9d29e1f9fd6def59ef0ce278 /Doc/library/time.rst
parent6d3a575fc1b1fe292147ba2b7665c019b3c8e59b (diff)
downloadcpython-2bf1f3bee4e7a68449eef01db68f12b2c4e00942.zip
cpython-2bf1f3bee4e7a68449eef01db68f12b2c4e00942.tar.gz
cpython-2bf1f3bee4e7a68449eef01db68f12b2c4e00942.tar.bz2
time.steady() doc: don't repeat the default value
Diffstat (limited to 'Doc/library/time.rst')
-rw-r--r--Doc/library/time.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/time.rst b/Doc/library/time.rst
index 3e666cf..332b30b 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.