commit | 1545d80e07861ca8de2d138a64a146264d42cd58 | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Wed Mar 03 12:31:33 2010 +0000 |
committer | Barry Warsaw <barry@python.org> | Wed Mar 03 12:31:33 2010 +0000 |
tree | 5ab74e590aeb23bc10f3c53daf7c968b424ec641 | |
parent | a16a992dce1e251501b3523599ad4f6e539fa594 [diff] |
Revert r78621. This was not a critical fix and we're in rc mode.
diff --git a/Python/sysmodule.c b/Python/sysmodule.c index 4a46a72..721f77d 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 *