mirror of https://github.com/kivy/kivy.git
doc: corrected AliasPropertyLink
This commit is contained in:
parent
16b46bd1c4
commit
748112f4d3
|
@ -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.
|
||||
"""
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue