]> granicus.if.org Git - python/commitdiff
Merged revisions 78620 via svnmerge from
authorFlorent Xicluna <florent.xicluna@gmail.com>
Wed, 3 Mar 2010 11:50:46 +0000 (11:50 +0000)
committerFlorent Xicluna <florent.xicluna@gmail.com>
Wed, 3 Mar 2010 11:50:46 +0000 (11:50 +0000)
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.
........

Python/sysmodule.c

index 721f77da9ad7d0ae761de5c0965f319e48f460d6..4a46a728e939a9c136cdaed02bf873cd791fdfbc 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 *