]> granicus.if.org Git - python/commitdiff
Revert r81681 (issue 8810).
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>
Sat, 3 Jul 2010 03:27:12 +0000 (03:27 +0000)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>
Sat, 3 Jul 2010 03:27:12 +0000 (03:27 +0000)
Modules/datetimemodule.c

index c12a7a679238c7923ecc009b61bfb387f46328f4..f907093015619f6dec2be77fe71f0b6d4769c1d0 100644 (file)
@@ -3026,8 +3026,7 @@ static PyMethodDef tzinfo_methods[] = {
      PyDoc_STR("datetime -> DST offset in minutes east of UTC.")},
 
     {"fromutc",         (PyCFunction)tzinfo_fromutc,            METH_O,
-     PyDoc_STR("datetime -> timedelta showing offset from UTC, negative "
-           "values indicating West of UTC")},
+     PyDoc_STR("datetime in UTC -> datetime in local time.")},
 
     {"__reduce__",  (PyCFunction)tzinfo_reduce,             METH_NOARGS,
      PyDoc_STR("-> (cls, state)")},