Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3fab208

Browse files
committed
merge with 3.4
2 parents be8d06f + 01546a8 commit 3fab208

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Doc/library/time.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,7 @@ The module defines the following functions and data items:
133133

134134
On Unix, return the current processor time as a floating point number expressed
135135
in seconds. The precision, and in fact the very definition of the meaning of
136-
"processor time", depends on that of the C function of the same name, but in any
137-
case, this is the function to use for benchmarking Python or timing algorithms.
136+
"processor time", depends on that of the C function of the same name.
138137

139138
On Windows, this function returns wall-clock seconds elapsed since the first
140139
call to this function, as a floating point number, based on the Win32 function

0 commit comments

Comments
 (0)