[Python-checkins] CVS: python/dist/src/Doc/lib libcalendar.tex,1.6,1.6.4.1
Fred L. Drake
fdrake@weyr.cnri.reston.va.us
2000年3月15日 13:03:06 -0500 (EST)
Update of /projects/cvsroot/python/dist/src/Doc/lib
In directory weyr:/home/fdrake/projects/python/Doc-152p2/lib
Modified Files:
Tag: release152p1-patches
libcalendar.tex
Log Message:
Fix a couple of typos in the timegm() description.
Index: libcalendar.tex
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Doc/lib/libcalendar.tex,v
retrieving revision 1.6
retrieving revision 1.6.4.1
diff -C2 -r1.6 -r1.6.4.1
*** libcalendar.tex 1999年06月09日 15:11:58 1.6
--- libcalendar.tex 2000年03月15日 18:03:03 1.6.4.1
***************
*** 49,56 ****
\begin{funcdesc}{timegm}{tuple}
! An unrelated but handy function that takes a time tuple such are
returned by the \function{gmtime()} function in the \module{time}
module, and returns the corresponding Unix timestamp value, assuming
an epoch of 1970, and the POSIX encoding. In fact,
! \function{gmtime()} and \function{timegm()} are each others inverse.
\end{funcdesc}
--- 49,56 ----
\begin{funcdesc}{timegm}{tuple}
! An unrelated but handy function that takes a time tuple such as
returned by the \function{gmtime()} function in the \module{time}
module, and returns the corresponding Unix timestamp value, assuming
an epoch of 1970, and the POSIX encoding. In fact,
! \function{gmtime()} and \function{timegm()} are each others' inverse.
\end{funcdesc}