Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a16a992 commit 1545d80Copy full SHA for 1545d80
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