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

View file

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