diff options
| author | Raymond Hettinger <python@rcn.com> | 2005-01-01 00:28:46 +0000 |
|---|---|---|
| committer | Raymond Hettinger <python@rcn.com> | 2005-01-01 00:28:46 +0000 |
| commit | 68804315e0f2fe567e62c7023bc87ee358a480e7 (patch) | |
| tree | b3bd8d536221d63b6a7033fa0fcb10071f564001 /Doc/lib/libtime.tex | |
| parent | f871d833dd2a99d93ebdc4aa4cc07bd4afe9be61 (diff) | |
| download | cpython-git-68804315e0f2fe567e62c7023bc87ee358a480e7.tar.gz | |
SF Patch #1093896: miscellaneous doc typos
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 6cc5e770ae..bd35ed9919 100644 --- a/Doc/lib/libtime.tex +++ b/Doc/lib/libtime.tex @@ -375,14 +375,14 @@ Where: \begin{itemize} \item[std and dst] Three or more alphanumerics giving the timezone abbreviations. - These will be propogated into time.tzname + These will be propagated into time.tzname \item[offset] The offset has the form: \plusminus{} hh[:mm[:ss]]. This indicates the value added the local time to arrive at UTC. If preceded by a '-', the timezone is east of the Prime Meridian; otherwise, it is west. If no offset follows - dst, summmer time is assumed to be one hour ahead of standard time. + dst, summer time is assumed to be one hour ahead of standard time. \item[start[/time],end[/time]] Indicates when to change to and back from DST. The format of the |
