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

Skip to content

Commit 1545d80

Browse files
committed
Revert r78621. This was not a critical fix and we're in rc mode.
1 parent a16a992 commit 1545d80

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
@@ -126,7 +126,7 @@ sys_displayhook(PyObject *self, PyObject *o)
126126
PyDoc_STRVAR(displayhook_doc,
127127
"displayhook(object) -> None\n"
128128
"\n"
129-
"Print an object to sys.stdout and also save it in __builtin__._\n"
129+
"Print an object to sys.stdout and also save it in __builtin__.\n"
130130
);
131131

132132
static PyObject *

0 commit comments

Comments
 (0)