From 15814a0e35e5eae86d181f09d1a63fdd7e8fd40b Mon Sep 17 00:00:00 2001 From: Zen-CODE Date: Tue, 1 Jul 2014 21:22:10 +0200 Subject: [PATCH] doc: spelling correction to uix/list_view.py --- kivy/uix/listview.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kivy/uix/listview.py b/kivy/uix/listview.py index 41ce2003f..bb23748d1 100644 --- a/kivy/uix/listview.py +++ b/kivy/uix/listview.py @@ -403,7 +403,7 @@ first appears, the first item, 'cat', will already be selected. The list adapter will instantiate a :class:`~kivy.uix.listview.ListItemButton` class instance for each data item, using the assigned args_converter. -The list_vew would be added to a view with add_widget() after the last line, +The list_view would be added to a view with add_widget() after the last line, where it is created. See the basic example at the top of this documentation for an example of add_widget() use in the context of a sample app.