[Python-checkins] python/dist/src/Doc/lib libdatetime.tex,1.44,1.45

rhettinger@users.sourceforge.net rhettinger@users.sourceforge.net
Fri, 09 May 2003 21:21:10 -0700


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

Modified Files:
	libdatetime.tex 
Log Message:
Fix missing parenthesis.

Index: libdatetime.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libdatetime.tex,v
retrieving revision 1.44
retrieving revision 1.45
diff -C2 -d -r1.44 -r1.45
*** libdatetime.tex	7 Feb 2003 22:50:26 -0000	1.44
--- libdatetime.tex	10 May 2003 04:21:08 -0000	1.45
***************
*** 903,907 ****
  \begin{methoddesc}{isoweekday}{}
    Return the day of the week as an integer, where Monday is 1 and
!   Sunday is 7.  The same as \code{self.date().isoweekday)}.
    See also \method{weekday()}, \method{isocalendar()}.
  \end{methoddesc}
--- 903,907 ----
  \begin{methoddesc}{isoweekday}{}
    Return the day of the week as an integer, where Monday is 1 and
!   Sunday is 7.  The same as \code{self.date().isoweekday()}.
    See also \method{weekday()}, \method{isocalendar()}.
  \end{methoddesc}