Skip to content

Commit a2cc859

Browse files
committed
CLN: fix typo
1 parent 2a808a7 commit a2cc859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

larray_editor/arraywidget.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ def __init__(self, parent, data=None, readonly=False, bg_value=None, bg_gradient
678678
for name, gradient in available_gradients[1:]:
679679
qgradient = gradient.as_qgradient()
680680

681-
# * fill with white because gradient can be transparent and if we do not "start from whilte", it skews the
681+
# * fill with white because gradient can be transparent and if we do not "start from white", it skews the
682682
# colors.
683683
# * 1 and 13 instead of 0 and 15 to have a transparent border around/between the gradients
684684
painter.fillRect(0, 1, 100, 13, Qt.white)

0 commit comments

Comments
 (0)