[Python-checkins] r78620 - python/trunk/Python/sysmodule.c
florent.xicluna
python-checkins at python.org
Wed Mar 3 12:49:53 CET 2010
Author: florent.xicluna
Date: Wed Mar 3 12:49:53 2010
New Revision: 78620
Log:
Revert a nonexistent docstring typo, r42805.
Modified:
python/trunk/Python/sysmodule.c
Modified: python/trunk/Python/sysmodule.c
==============================================================================
--- python/trunk/Python/sysmodule.c (original)
+++ python/trunk/Python/sysmodule.c Wed Mar 3 12:49:53 2010
@@ -126,7 +126,7 @@
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 *
More information about the Python-checkins
mailing list