Fix typo
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 @@
 
 	{"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,