mirror of
https://github.com/python/cpython.git
synced 2025-07-29 06:05:00 +00:00
Revert a nonexistent docstring typo, r42805.
This commit is contained in:
parent
c516d199ec
commit
8af970ab58
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ sys_displayhook(PyObject *self, PyObject *o)
|
|||
PyDoc_STRVAR(displayhook_doc,
|
||||
"displayhook(object) -> None\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 *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue