From 2fbe5378f9a0d5c7edc6d81225054fcf01d2f842 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Thu, 23 Jan 2003 21:09:05 +0000 Subject: Fix typo --- Modules/datetimemodule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/datetimemodule.c b/Modules/datetimemodule.c index aeccfda..82f5dd9 100644 --- a/Modules/datetimemodule.c +++ b/Modules/datetimemodule.c @@ -4412,7 +4412,7 @@ static PyMethodDef datetime_methods[] = { {"now", (PyCFunction)datetime_now, METH_KEYWORDS | METH_CLASS, - PyDoc_STR("[tz] -> new datetime with tz's locl day and time.")}, + PyDoc_STR("[tz] -> new datetime with tz's local day and time.")}, {"utcnow", (PyCFunction)datetime_utcnow, METH_NOARGS | METH_CLASS, -- cgit v0.12