mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Rob W. W. Hooft's spelling fixes for the Library Reference. I hope
SourceForge doesn't choke on this batch :-) I'm not entirely sure this is 100% correct. The patch changes an \index{persistency} to \index{presistence}, and I don't know what \index{} does. But it seems to do so persi--er, consistently, so I hope it isn't a problem.
This commit is contained in:
parent
0e19e76aba
commit
f8316638af
61 changed files with 92 additions and 92 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue