SF patch 731504: Typo in datetimemodule.c comment.
s/isofomat/isoformat/, by Steven Taschuk.
This commit is contained in:
parent
98b2576424
commit
e2df5ffa53
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue