We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baf7bb3 commit 61e2bc7Copy full SHA for 61e2bc7
1 file changed
Modules/_cursesmodule.c
@@ -2077,7 +2077,7 @@ static PyGetSetDef PyCursesWindow_getsets[] = {
2077
2078
PyTypeObject PyCursesWindow_Type = {
2079
PyVarObject_HEAD_INIT(NULL, 0)
2080
- "_curses.curses window", /*tp_name*/
+ "_curses.window", /*tp_name*/
2081
sizeof(PyCursesWindowObject), /*tp_basicsize*/
2082
0, /*tp_itemsize*/
2083
/* methods */
0 commit comments