mirror of
https://github.com/python/cpython.git
synced 2026-03-21 12:16:25 +00:00
Set name to "_curses.window" instead of "_curses.curses window" (with
a space!?).
(cherry picked from commit 61e2bc74df)
This commit is contained in:
parent
eb65edd102
commit
7253aded71
1 changed files with 1 additions and 1 deletions
|
|
@ -2082,7 +2082,7 @@ static PyGetSetDef PyCursesWindow_getsets[] = {
|
|||
|
||||
PyTypeObject PyCursesWindow_Type = {
|
||||
PyVarObject_HEAD_INIT(NULL, 0)
|
||||
"_curses.curses window", /*tp_name*/
|
||||
"_curses.window", /*tp_name*/
|
||||
sizeof(PyCursesWindowObject), /*tp_basicsize*/
|
||||
0, /*tp_itemsize*/
|
||||
/* methods */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue