summaryrefslogtreecommitdiff
path: root/Python/sysmodule.c
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2010-03-03 11:49:53 +0000
committerFlorent Xicluna <florent.xicluna@gmail.com>2010-03-03 11:49:53 +0000
commit8af970ab58e371def3779f6dd2fffe0c389c79d4 (patch)
tree599b78460c3d4374d57fd14b76e2e7355e159534 /Python/sysmodule.c
parentc516d199ec6fd95bf5574a437982415da378c49f (diff)
downloadcpython-git-8af970ab58e371def3779f6dd2fffe0c389c79d4.tar.gz
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 65a9d8f934..27eaad10a0 100644
--- a/Python/sysmodule.c
+++ b/Python/sysmodule.c
@@ -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 *