From 748112f4d32de1cef413e31815c362b6bd07ae86 Mon Sep 17 00:00:00 2001 From: Zen-CODE Date: Fri, 5 Aug 2016 18:54:00 +0200 Subject: [PATCH] doc: corrected AliasPropertyLink --- kivy/uix/recycleview/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. """