SF patch 731504: Typo in datetimemodule.c comment.

s/isofomat/isoformat/, by Steven Taschuk.
This commit is contained in:
Tim Peters 2003-05-02 18:39:55 +00:00
parent 98b2576424
commit e2df5ffa53
1 changed files with 1 additions and 1 deletions

View File

@ -2379,7 +2379,7 @@ date_isoformat(PyDateTime_Date *self)
return PyString_FromString(buffer); return PyString_FromString(buffer);
} }
/* str() calls the appropriate isofomat() method. */ /* str() calls the appropriate isoformat() method. */
static PyObject * static PyObject *
date_str(PyDateTime_Date *self) date_str(PyDateTime_Date *self)
{ {