This commit is contained in:
Neal Norwitz 2003-01-23 21:09:05 +00:00
parent 2a44a8d332
commit 2fbe5378f9
1 changed files with 1 additions and 1 deletions

View File

@ -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,