From 9d94f15eda04ed234a89ef004ba1ef0a45097d1c Mon Sep 17 00:00:00 2001 From: Zen-CODE Date: Fri, 29 Jul 2016 16:33:26 +0200 Subject: [PATCH] doc: revisions to the reycleview docs --- kivy/uix/recycleview/__init__.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/kivy/uix/recycleview/__init__.py b/kivy/uix/recycleview/__init__.py index 9f10d0d73..836096f29 100644 --- a/kivy/uix/recycleview/__init__.py +++ b/kivy/uix/recycleview/__init__.py @@ -22,8 +22,9 @@ pattern. * Controller: The controller is implemented by :class:`RecycleViewBehavior`. These are abstract classes and cannot be used directly. The default concrete -implementation is RecycleDataModel for M, RecycleLayout and ... for views, -and RecycleView for C. +implementation is the :class:`RecycleDataModel` for the model, the +:class:`RecycleLayout` and ... for view, and the :class:`RecycleView` for the +controller. When a RecycleView is instantiated it automatically creates the views and data classes. However, one must manually create the layout classes and add them to