We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb65edd commit 7253adeCopy full SHA for 7253ade
1 file changed
Modules/_cursesmodule.c
@@ -2082,7 +2082,7 @@ static PyGetSetDef PyCursesWindow_getsets[] = {
2082
2083
PyTypeObject PyCursesWindow_Type = {
2084
PyVarObject_HEAD_INIT(NULL, 0)
2085
- "_curses.curses window", /*tp_name*/
+ "_curses.window", /*tp_name*/
2086
sizeof(PyCursesWindowObject), /*tp_basicsize*/
2087
0, /*tp_itemsize*/
2088
/* methods */
0 commit comments