Fix typo
This commit is contained in:
parent
2a44a8d332
commit
2fbe5378f9
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue