Skip to content

Commit 1133a1a

Browse files
committed
doc: fixed error in uix/widget.py
1 parent 31da5b4 commit 1133a1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kivy/uix/widget.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def redraw(self, args):
159159
text: "c"
160160
161161
would result in the event order "c", "b" then "a" as "c" was actually the last
162-
added widget. It thus has index 0, "b" index 1 and "c" index 2. Effectively,
162+
added widget. It thus has index 0, "b" index 1 and "a" index 2. Effectively,
163163
the child order is the reverse of its listed order.
164164
165165
This ordering is the same for the :meth:`~kivy.uix.widget.Widget.on_touch_move`

0 commit comments

Comments
 (0)