From 87854ff96541778d62c63d2bc994f773c0fea184 Mon Sep 17 00:00:00 2001 From: Zen-CODE Date: Tue, 9 Aug 2016 02:05:06 +0200 Subject: [PATCH] doc: fixes to uix/scrollview.py --- kivy/uix/scrollview.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/kivy/uix/scrollview.py b/kivy/uix/scrollview.py index 682c2d0bb..c904e346b 100644 --- a/kivy/uix/scrollview.py +++ b/kivy/uix/scrollview.py @@ -43,8 +43,9 @@ Limiting to the X or Y Axis --------------------------- By default, the ScrollView allows scrolling along both the X and Y axes. You can -explicitly disable scrolling on an axis by setting -:attr:`~crollView.do_scroll_x` or :attr:`~ScrollView.do_scroll_y` to False. +explicitly disable scrolling on an axis by setting the +:attr:`~ScrollView.do_scroll_x` or :attr:`~ScrollView.do_scroll_y` properties +to False. Managing the Content Size and Position