Skip to content

Commit 1f6e225

Browse files
committed
Revert r81681 (issue 8810).
1 parent 0df5a85 commit 1f6e225

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Modules/datetimemodule.c

+1-2
Original file line numberDiff line numberDiff line change
@@ -3026,8 +3026,7 @@ static PyMethodDef tzinfo_methods[] = {
30263026
PyDoc_STR("datetime -> DST offset in minutes east of UTC.")},
30273027

30283028
{"fromutc", (PyCFunction)tzinfo_fromutc, METH_O,
3029-
PyDoc_STR("datetime -> timedelta showing offset from UTC, negative "
3030-
"values indicating West of UTC")},
3029+
PyDoc_STR("datetime in UTC -> datetime in local time.")},
30313030

30323031
{"__reduce__", (PyCFunction)tzinfo_reduce, METH_NOARGS,
30333032
PyDoc_STR("-> (cls, state)")},

0 commit comments

Comments
 (0)