From: Neal Norwitz Date: Sat, 25 Jan 2003 21:08:30 +0000 (+0000) Subject: Fix markup X-Git-Tag: v2.3c1~2331 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=daae32721afde351ad38595683912ac56e5b15a2;p=python Fix markup --- diff --git a/Doc/lib/libdatetime.tex b/Doc/lib/libdatetime.tex index 693ae79d16..c8b251f0f0 100644 --- a/Doc/lib/libdatetime.tex +++ b/Doc/lib/libdatetime.tex @@ -569,7 +569,7 @@ Other constructors, all class methods: \method{fromtimestamp()} may raise \exception{ValueError}, if the timestamp is out of the range of values supported by the platform C - \cfunction{localtime()} or \cfunction(gmtime()} functions. It's common + \cfunction{localtime()} or \cfunction{gmtime()} functions. It's common for this to be restricted to years in 1970 through 2038. Note that on non-POSIX systems that include leap seconds in their notion of a timestamp, leap seconds are ignored by