Merged revisions 78622 via svnmerge from
authorFlorent Xicluna <florent.xicluna@gmail.com>
Wed, 3 Mar 2010 11:55:53 +0000 (11:55 +0000)
committerFlorent Xicluna <florent.xicluna@gmail.com>
Wed, 3 Mar 2010 11:55:53 +0000 (11:55 +0000)
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r78622 | florent.xicluna | 2010-03-03 12:54:54 +0100 (mer, 03 mar 2010) | 9 lines

  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.
  ........
................

Python/sysmodule.c

index fa39480e8cb6da48f79398a317e4eba3526a0594..c87fd824554b5b1e67292bce1bf4ef66155b9331 100644 (file)
@@ -107,7 +107,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 builtins.\n"
+"Print an object to sys.stdout and also save it in builtins._\n"
 );
 
 static PyObject *