diff --git a/kivy/uix/recycleview/__init__.py b/kivy/uix/recycleview/__init__.py index be992e4bc..cee22bedc 100644 --- a/kivy/uix/recycleview/__init__.py +++ b/kivy/uix/recycleview/__init__.py @@ -306,8 +306,8 @@ class RecycleViewBehavior(object): The Layout manager responsible for positioning views within the :class:`RecycleView`. - layout_manager is an :class:`~kivy.uix.property.AliasProperty` that gets and - sets the layout_manger. + layout_manager is an :class:`~kivy.uix.properties.AliasProperty` that gets + and sets the layout_manger. """