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

florent.xicluna python-checkins at python.org
Wed Mar 3 12:50:46 CET 2010


Author: florent.xicluna
Date: Wed Mar  3 12:50:46 2010
New Revision: 78621

Log:
Merged revisions 78620 via svnmerge from 
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r78620 | florent.xicluna | 2010-03-03 12:49:53 +0100 (mer, 03 mar 2010) | 2 lines
  
  Revert a nonexistent docstring typo, r42805.
........


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 12:50:46 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