Skip to content

Commit d7494de

Browse files
committed
Merged revisions 78622 via svnmerge from
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. ........ ................
1 parent 5774043 commit d7494de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/sysmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ sys_displayhook(PyObject *self, PyObject *o)
107107
PyDoc_STRVAR(displayhook_doc,
108108
"displayhook(object) -> None\n"
109109
"\n"
110-
"Print an object to sys.stdout and also save it in builtins.\n"
110+
"Print an object to sys.stdout and also save it in builtins._\n"
111111
);
112112

113113
static PyObject *

0 commit comments

Comments
 (0)