mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Fix typo
This commit is contained in:
parent
2a44a8d332
commit
2fbe5378f9
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue