Commit e2df5ffa authored by Tim Peters's avatar Tim Peters

SF patch 731504: Typo in datetimemodule.c comment.

s/isofomat/isoformat/, by Steven Taschuk.
parent 98b25764
......@@ -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)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment