]> granicus.if.org Git - python/commitdiff
SF patch 731504: Typo in datetimemodule.c comment.
authorTim Peters <tim.peters@gmail.com>
Fri, 2 May 2003 18:39:55 +0000 (18:39 +0000)
committerTim Peters <tim.peters@gmail.com>
Fri, 2 May 2003 18:39:55 +0000 (18:39 +0000)
s/isofomat/isoformat/, by Steven Taschuk.

Modules/datetimemodule.c

index 88a076b6677f3312965b5b8e93ad1adcdbc881c0..0fc403bd5f369636b1e35528a4b23657293e7ebb 100644 (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)
 {