commit | 8af970ab58e371def3779f6dd2fffe0c389c79d4 | [log] [tgz] |
---|---|---|
author | Florent Xicluna <florent.xicluna@gmail.com> | Wed Mar 03 11:49:53 2010 +0000 |
committer | Florent Xicluna <florent.xicluna@gmail.com> | Wed Mar 03 11:49:53 2010 +0000 |
tree | 599b78460c3d4374d57fd14b76e2e7355e159534 | |
parent | c516d199ec6fd95bf5574a437982415da378c49f [diff] |
Revert a nonexistent docstring typo, r42805.
diff --git a/Python/sysmodule.c b/Python/sysmodule.c index 65a9d8f..27eaad1 100644 --- a/Python/sysmodule.c +++ b/Python/sysmodule.c
@@ -126,7 +126,7 @@ 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 *