doc: fixes to uix/scrollview.py

This commit is contained in:
Zen-CODE 2016-08-09 02:05:06 +02:00
parent e1774838b7
commit 87854ff965
1 changed files with 3 additions and 2 deletions

View File

@ -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