diff --git a/kivy/uix/recycleview/__init__.py b/kivy/uix/recycleview/__init__.py index 2f8d6895e..9f10d0d73 100644 --- a/kivy/uix/recycleview/__init__.py +++ b/kivy/uix/recycleview/__init__.py @@ -11,7 +11,7 @@ when generating large numbers of widgets in order to display many data items. the documentation is not complete at this time. The view is generatad by processing the :attr:`~RecycleView.data`, essentially -a list of dicts, and using these dicts to generate instances of the +a list of dicts, and uses these dicts to generate instances of the :attr:`~RecycleView.viewclass` as required. Its design is based on the MVC (`Model-view-controller `_)