Skip to content

Commit ad025c9

Browse files
committed
Add black to list of colors
1 parent f337ec3 commit ad025c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bpython/gtk_.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343

4444
_COLORS = dict(b='blue', c='cyan', g='green', m='magenta', r='red',
45-
w='white', y='yellow')
45+
w='white', y='yellow', k='black')
4646

4747

4848
class ArgspecFormatter(object):

0 commit comments

Comments
 (0)