Skip to content

Commit fef5817

Browse files
committed
doc: colour -> color
1 parent 13ce817 commit fef5817

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kivy/uix/button.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ class Button(ButtonBehavior, Label):
5353
'''Background color, in the format (r, g, b, a).
5454
5555
This acts as a *multiplier* to the texture colour. The default
56-
texture is grey, so just setting the background colour will give
57-
a darker result. To set a plain colour, set the
56+
texture is grey, so just setting the background color will give
57+
a darker result. To set a plain color, set the
5858
:attr:`background_normal` to ``''``.
5959
6060
.. versionadded:: 1.0.8

0 commit comments

Comments
 (0)