Skip to content

Commit fda2846

Browse files
authored
Update Lib/test/test_curses.py
1 parent 0ab82e4 commit fda2846

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/test/test_curses.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ def wrapped(self, *args, **kwargs):
5454
DEFAULT_PAIR_CONTENTS = [
5555
(curses.COLOR_WHITE, curses.COLOR_BLACK),
5656
(0, 0),
57-
(-1, -1), # error
58-
(15, 0), # for xterm-256color (15 is for BRIGHT WHITE)
57+
(-1, -1),
58+
(15, 0), # for xterm-256color (15 is for BRIGHT WHITE)
5959
]
6060

6161
# If newterm was supported we could use it instead of initscr and not exit

0 commit comments

Comments
 (0)