[Python-checkins] r78629 - python/branches/release26-maint/Python/sysmodule.c

barry.warsaw python-checkins at python.org
Wed Mar 3 13:31:33 CET 2010


Author: barry.warsaw
Date: Wed Mar  3 13:31:33 2010
New Revision: 78629

Log:
Revert r78621.  This was not a critical fix and we're in rc mode.


Modified:
   python/branches/release26-maint/Python/sysmodule.c

Modified: python/branches/release26-maint/Python/sysmodule.c
==============================================================================
--- python/branches/release26-maint/Python/sysmodule.c	(original)
+++ python/branches/release26-maint/Python/sysmodule.c	Wed Mar  3 13:31:33 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