diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2003-01-25 21:08:30 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2003-01-25 21:08:30 (GMT) |
commit | daae32721afde351ad38595683912ac56e5b15a2 (patch) | |
tree | 94a39ad87226b8bc449068cb1686ad9174eae675 /Doc | |
parent | 7c3c4669b7e0442af0a4926c6878c7c267f0eb10 (diff) | |
download | cpython-daae32721afde351ad38595683912ac56e5b15a2.zip cpython-daae32721afde351ad38595683912ac56e5b15a2.tar.gz cpython-daae32721afde351ad38595683912ac56e5b15a2.tar.bz2 |
Fix markup
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libdatetime.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libdatetime.tex b/Doc/lib/libdatetime.tex index 693ae79..c8b251f 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 |