summaryrefslogtreecommitdiffstats
path: root/Modules/datetimemodule.c
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2003-01-23 21:09:05 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2003-01-23 21:09:05 (GMT)
commit2fbe5378f9a0d5c7edc6d81225054fcf01d2f842 (patch)
tree2e49826561e274cba9b1add2a6386fae8d07efd0 /Modules/datetimemodule.c
parent2a44a8d3320ee7bcf5d718b5bdac550c6d34db4c (diff)
downloadcpython-2fbe5378f9a0d5c7edc6d81225054fcf01d2f842.zip
cpython-2fbe5378f9a0d5c7edc6d81225054fcf01d2f842.tar.gz
cpython-2fbe5378f9a0d5c7edc6d81225054fcf01d2f842.tar.bz2
Fix typo
Diffstat (limited to 'Modules/datetimemodule.c')
-rw-r--r--Modules/datetimemodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/datetimemodule.c b/Modules/datetimemodule.c
index aeccfda..82f5dd9 100644
--- a/Modules/datetimemodule.c
+++ b/Modules/datetimemodule.c
@@ -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,