summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libtime.tex
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2000-07-16 19:01:10 (GMT)
committerThomas Wouters <thomas@python.org>2000-07-16 19:01:10 (GMT)
commitf8316638afb2eff261c3854ee6e02b9bc47d0955 (patch)
tree8d0271c66820c6c5ea947724b04a89362c9b222d /Doc/lib/libtime.tex
parent0e19e76aba9f470c348e25bb2d550f9a096642bd (diff)
downloadcpython-f8316638afb2eff261c3854ee6e02b9bc47d0955.zip
cpython-f8316638afb2eff261c3854ee6e02b9bc47d0955.tar.gz
cpython-f8316638afb2eff261c3854ee6e02b9bc47d0955.tar.bz2
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.
Diffstat (limited to 'Doc/lib/libtime.tex')
-rw-r--r--Doc/lib/libtime.tex4
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.