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.
........
This commit is contained in:
Florent Xicluna 2010-03-03 11:50:46 +00:00
parent 5de5914e07
commit 90193c01b9
1 changed files with 1 additions and 1 deletions

View 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 *