From 8af970ab58e371def3779f6dd2fffe0c389c79d4 Mon Sep 17 00:00:00 2001 From: Florent Xicluna Date: Wed, 3 Mar 2010 11:49:53 +0000 Subject: [PATCH] Revert a nonexistent docstring typo, r42805. --- Python/sysmodule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/sysmodule.c b/Python/sysmodule.c index 65a9d8f9341..27eaad10a01 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 *