]> granicus.if.org Git - python/commitdiff
Revert r78621. This was not a critical fix and we're in rc mode.
authorBarry Warsaw <barry@python.org>
Wed, 3 Mar 2010 12:31:33 +0000 (12:31 +0000)
committerBarry Warsaw <barry@python.org>
Wed, 3 Mar 2010 12:31:33 +0000 (12:31 +0000)
Python/sysmodule.c

index 4a46a728e939a9c136cdaed02bf873cd791fdfbc..721f77da9ad7d0ae761de5c0965f319e48f460d6 100644 (file)
@@ -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 *