mirror of
https://github.com/python/cpython.git
synced 2025-10-02 21:25:24 +00:00
Fix minor docstring typo.
This commit is contained in:
parent
f6386306fb
commit
5118517c16
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ sys_displayhook(PyObject *self, PyObject *o)
|
||||||
PyDoc_STRVAR(displayhook_doc,
|
PyDoc_STRVAR(displayhook_doc,
|
||||||
"displayhook(object) -> None\n"
|
"displayhook(object) -> None\n"
|
||||||
"\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 *
|
static PyObject *
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue