Commit 9f4ce210 authored by Neal Norwitz's avatar Neal Norwitz

Fix typo

parent 5ac30e07
...@@ -4412,7 +4412,7 @@ static PyMethodDef datetime_methods[] = { ...@@ -4412,7 +4412,7 @@ static PyMethodDef datetime_methods[] = {
{"now", (PyCFunction)datetime_now, {"now", (PyCFunction)datetime_now,
METH_KEYWORDS | METH_CLASS, 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, {"utcnow", (PyCFunction)datetime_utcnow,
METH_NOARGS | METH_CLASS, METH_NOARGS | METH_CLASS,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment