Commit 2fbe5378 authored by Neal Norwitz's avatar Neal Norwitz

Fix typo

parent 2a44a8d3
......@@ -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,
......
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