diff options
author | Skip Montanaro <skip@pobox.com> | 2004-09-28 18:30:03 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2004-09-28 18:30:03 (GMT) |
commit | 67db9a5b7250e74b000cea5704ec4c3b47070cda (patch) | |
tree | d14cac34e61c5ea0b0e59c554f09039b182b78d3 /Doc/lib/libtime.tex | |
parent | 06cc973d06ff0b6f1126874c142a2a21ad8e497c (diff) | |
download | cpython-67db9a5b7250e74b000cea5704ec4c3b47070cda.zip cpython-67db9a5b7250e74b000cea5704ec4c3b47070cda.tar.gz cpython-67db9a5b7250e74b000cea5704ec4c3b47070cda.tar.bz2 |
typo
Diffstat (limited to 'Doc/lib/libtime.tex')
-rw-r--r-- | Doc/lib/libtime.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libtime.tex b/Doc/lib/libtime.tex index e315183..5bca5bc 100644 --- a/Doc/lib/libtime.tex +++ b/Doc/lib/libtime.tex @@ -308,7 +308,7 @@ returned by \function{ctime()}. If \var{string} cannot be parsed according to \var{format}, \exception{ValueError} is raised. If the string to be parsed has excess data after parsing, \exception{ValueError} is raised. The default values used to fill in -any missing data is \code{(1900, 1, 1, 0, 0, 0, 0, 1, -1)} . +any missing data are \code{(1900, 1, 1, 0, 0, 0, 0, 1, -1)} . Support for the \code{\%Z} directive is based on the values contained in \code{tzname} and whether \code{daylight} is true. Because of this, |