Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5118517

Browse files
committed
Fix minor docstring typo.
1 parent f638630 commit 5118517

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/sysmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ sys_displayhook(PyObject *self, PyObject *o)
125125
PyDoc_STRVAR(displayhook_doc,
126126
"displayhook(object) -> None\n"
127127
"\n"
128-
"Print an object to sys.stdout and also save it in __builtin__._\n"
128+
"Print an object to sys.stdout and also save it in __builtin__.\n"
129129
);
130130

131131
static PyObject *

0 commit comments

Comments
 (0)