[Python-checkins] python/dist/src/Doc/lib libdatetime.tex,1.17,1.18

gvanrossum@users.sourceforge.net gvanrossum@users.sourceforge.net
Mon, 30 Dec 2002 20:39:08 -0800


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv11382

Modified Files:
	libdatetime.tex 
Log Message:
Minor markup and spelling repair.


Index: libdatetime.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libdatetime.tex,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** libdatetime.tex	30 Dec 2002 21:26:42 -0000	1.17
--- libdatetime.tex	31 Dec 2002 04:39:05 -0000	1.18
***************
*** 164,168 ****
      the fractional microseconds left over from all arguments are combined
      and their sum is rounded to the nearest microsecond.  If no
!     argument is a flost, the conversion and normalization processes
      are exact (no information is lost).
  
--- 164,168 ----
      the fractional microseconds left over from all arguments are combined
      and their sum is rounded to the nearest microsecond.  If no
!     argument is a float, the conversion and normalization processes
      are exact (no information is lost).
  
***************
*** 490,494 ****
  day.
  
! \begin{funcdesc}datetime{year, month, day,
               hour=0, minute=0, second=0, microsecond=0}
  The year, month and day arguments are required.  Arguments may be ints
--- 490,494 ----
  day.
  
! \begin{funcdesc}{datetime}{year, month, day,
               hour=0, minute=0, second=0, microsecond=0}
  The year, month and day arguments are required.  Arguments may be ints
***************
*** 883,886 ****
--- 883,887 ----
          return CONSTANT  # fixed-offset class
          return CONSTANT + self.dst(dt)  # daylight-aware class
+ \end{verbatim}
  \end{methoddesc}