From: Barry Warsaw Date: Wed, 3 Mar 2010 12:31:33 +0000 (+0000) Subject: Revert r78621. This was not a critical fix and we're in rc mode. X-Git-Tag: v2.6.5rc2~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1545d80e07861ca8de2d138a64a146264d42cd58;p=python Revert r78621. This was not a critical fix and we're in rc mode. --- diff --git a/Python/sysmodule.c b/Python/sysmodule.c index 4a46a728e9..721f77da9a 100644 --- a/Python/sysmodule.c +++ b/Python/sysmodule.c @@ -126,7 +126,7 @@ sys_displayhook(PyObject *self, PyObject *o) PyDoc_STRVAR(displayhook_doc, "displayhook(object) -> None\n" "\n" -"Print an object to sys.stdout and also save it in __builtin__._\n" +"Print an object to sys.stdout and also save it in __builtin__.\n" ); static PyObject *