From 5118517c16f3e077cfadb2abfbfa8029235773d2 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Thu, 2 Mar 2006 22:07:40 +0000 Subject: Fix minor docstring typo. --- Python/sysmodule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/sysmodule.c b/Python/sysmodule.c index 43c010b..3219b1c 100644 --- a/Python/sysmodule.c +++ b/Python/sysmodule.c @@ -125,7 +125,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 * -- cgit v0.12