Commit 5118517c authored by Brett Cannon's avatar Brett Cannon

Fix minor docstring typo.

parent f6386306
......@@ -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 *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment