summaryrefslogtreecommitdiff
path: root/Python/sysmodule.c
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2010-03-03 11:54:54 +0000
committerFlorent Xicluna <florent.xicluna@gmail.com>2010-03-03 11:54:54 +0000
commitfeada8b7cac86cc6fc90f0509d1ab7fa04e60641 (patch)
tree71b6a7b62fec536d444914474a5824af1dc286e1 /Python/sysmodule.c
parentb38569e6727403d0a5078a193a91261eec4907cb (diff)
downloadcpython-feada8b7cac86cc6fc90f0509d1ab7fa04e60641.tar.gz
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. ........
Diffstat (limited to 'Python/sysmodule.c')
-rw-r--r--Python/sysmodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/sysmodule.c b/Python/sysmodule.c
index f1cbbba48b..490577d3e2 100644
--- a/Python/sysmodule.c
+++ b/Python/sysmodule.c
@@ -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 *