mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
SF patch 731504: Typo in datetimemodule.c comment.
s/isofomat/isoformat/, by Steven Taschuk.
This commit is contained in:
parent
98b2576424
commit
e2df5ffa53
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue