]> granicus.if.org Git - python/commitdiff
Revert a nonexistent docstring typo, r42805.
authorFlorent Xicluna <florent.xicluna@gmail.com>
Wed, 3 Mar 2010 11:49:53 +0000 (11:49 +0000)
committerFlorent Xicluna <florent.xicluna@gmail.com>
Wed, 3 Mar 2010 11:49:53 +0000 (11:49 +0000)
Python/sysmodule.c

index 65a9d8f93411d9c5f015edcb6b653f0effc2a557..27eaad10a013cb74253229b4b199c65b4c3b1e9d 100644 (file)
@@ -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 *