Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
2bf1f3be
Commit
2bf1f3be
authored
Mar 19, 2012
by
Victor Stinner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
time.steady() doc: don't repeat the default value
parent
6d3a575f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Doc/library/time.rst
Doc/library/time.rst
+1
-1
No files found.
Doc/library/time.rst
View file @
2bf1f3be
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment