Skip to content

Commit 78976e8

Browse files
picnixzvstinner
andauthored
Update Modules/_cursesmodule.c
Co-authored-by: Victor Stinner <[email protected]>
1 parent be1f360 commit 78976e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_cursesmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1447,7 +1447,7 @@ _curses_window_box_impl(PyCursesWindowObject *self, int group_right_1,
14471447
return NULL;
14481448
}
14491449
}
1450-
return curses_window_check_err(self, box(self->win,ch1,ch2), "box", NULL);
1450+
return curses_window_check_err(self, box(self->win, ch1, ch2), "box", NULL);
14511451
}
14521452

14531453
#if defined(HAVE_NCURSES_H) || defined(MVWDELCH_IS_EXPRESSION)

0 commit comments

Comments
 (0)