diff options
Diffstat (limited to 'Doc/lib/libtime.tex')
-rw-r--r-- | Doc/lib/libtime.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libtime.tex b/Doc/lib/libtime.tex index 7226b6c..b343c95 100644 --- a/Doc/lib/libtime.tex +++ b/Doc/lib/libtime.tex @@ -86,7 +86,7 @@ is a tuple of 9 integers: \lineiii{3}{hour}{range [0,23]} \lineiii{4}{minute}{range [0,59]} \lineiii{5}{second}{range [0,61]; see \strong{(1)} in \function{strftime()} description} - \lineiii{6}{weekday}{range [0,6], monday is 0} + \lineiii{6}{weekday}{range [0,6], Monday is 0} \lineiii{7}{Julian day}{range [1,366]} \lineiii{8}{daylight savings flag}{0, 1 or -1; see below} \end{tableiii} @@ -125,7 +125,7 @@ the same name, there is no trailing newline. \begin{funcdesc}{clock}{} Return the current CPU time as a floating point number expressed in -seconds. The precision, and in fact the very definiton of the meaning +seconds. The precision, and in fact the very definition of the meaning of ``CPU time''\index{CPU time}, depends on that of the C function of the same name, but in any case, this is the function to use for benchmarking\index{benchmarking} Python or timing algorithms. |