[Python-checkins] python/nondist/sandbox/datetime doc.txt,1.4,1.5

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Wed, 04 Dec 2002 14:08:27 -0800


Update of /cvsroot/python/python/nondist/sandbox/datetime
In directory sc8-pr-cvs1:/tmp/cvs-serv28230

Modified Files:
	doc.txt 
Log Message:
Typo repair.


Index: doc.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/datetime/doc.txt,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** doc.txt	4 Dec 2002 22:07:15 -0000	1.4
--- doc.txt	4 Dec 2002 22:08:21 -0000	1.5
***************
*** 170,174 ****
      where January 1 of year 1 has ordinal 1.  ValueError is raised
      unless 1 <= ordinal <= date.max.toordinal().  For any date d,
!     date.fromordinal(d.toordinal()) == d
  
  Class attributes:
--- 170,174 ----
      where January 1 of year 1 has ordinal 1.  ValueError is raised
      unless 1 <= ordinal <= date.max.toordinal().  For any date d,
!     d.fromordinal(d.toordinal()) == d
  
  Class attributes: