From e2df5ffa539bc1d903684e8c5863645a8886bfe2 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Fri, 2 May 2003 18:39:55 +0000 Subject: SF patch 731504: Typo in datetimemodule.c comment. s/isofomat/isoformat/, by Steven Taschuk. --- Modules/datetimemodule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/datetimemodule.c b/Modules/datetimemodule.c index 88a076b..0fc403b 100644 --- a/Modules/datetimemodule.c +++ b/Modules/datetimemodule.c @@ -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) { -- cgit v0.12