We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40432b1 commit b4872e0Copy full SHA for b4872e0
1 file changed
Python/sysmodule.c
@@ -126,7 +126,7 @@ sys_displayhook(PyObject *self, PyObject *o)
126
PyDoc_STRVAR(displayhook_doc,
127
"displayhook(object) -> None\n"
128
"\n"
129
-"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"
130
);
131
132
static PyObject *
0 commit comments