[Python-checkins] python/dist/src/Modules datetimemodule.c,1.60,1.61

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Fri, 02 May 2003 11:39:58 -0700


Update of /cvsroot/python/python/dist/src/Modules
In directory sc8-pr-cvs1:/tmp/cvs-serv17845/python/Modules

Modified Files:
	datetimemodule.c 
Log Message:
SF patch 731504:  Typo in datetimemodule.c comment.
s/isofomat/isoformat/, by Steven Taschuk.


Index: datetimemodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/datetimemodule.c,v
retrieving revision 1.60
retrieving revision 1.61
diff -C2 -d -r1.60 -r1.61
*** datetimemodule.c	14 Apr 2003 22:01:57 -0000	1.60
--- datetimemodule.c	2 May 2003 18:39:55 -0000	1.61
***************
*** 2380,2384 ****
  }
  
! /* str() calls the appropriate isofomat() method. */
  static PyObject *
  date_str(PyDateTime_Date *self)
--- 2380,2384 ----
  }
  
! /* str() calls the appropriate isoformat() method. */
  static PyObject *
  date_str(PyDateTime_Date *self)