Kaydet (Commit) 8af970ab authored tarafından Florent Xicluna's avatar Florent Xicluna

Revert a nonexistent docstring typo, r42805.

üst c516d199
...@@ -126,7 +126,7 @@ sys_displayhook(PyObject *self, PyObject *o) ...@@ -126,7 +126,7 @@ sys_displayhook(PyObject *self, PyObject *o)
PyDoc_STRVAR(displayhook_doc, PyDoc_STRVAR(displayhook_doc,
"displayhook(object) -> None\n" "displayhook(object) -> None\n"
"\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 * 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