]> granicus.if.org Git - python/commitdiff
typo
authorSkip Montanaro <skip@pobox.com>
Tue, 28 Sep 2004 18:30:03 +0000 (18:30 +0000)
committerSkip Montanaro <skip@pobox.com>
Tue, 28 Sep 2004 18:30:03 +0000 (18:30 +0000)
Doc/lib/libtime.tex

index e315183f6341e8899c0d55710522f2c2ab0e931c..5bca5bc88ad15ba8af3064436779678866f60206 100644 (file)
@@ -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,