Skip to content

Commit 90b1cea

Browse files
committed
doc: shortened reference in uix/scatter.py
1 parent 84e5643 commit 90b1cea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kivy/uix/scatter.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
properties. That specific behavior makes the scatter unique, but there are some
1313
advantages / constraints that you should consider:
1414
15-
#. The children are positioned relative to the scatter similar to a
16-
RelativeLayout (see :mod:`~kivy.uix.relativelayout`). So when dragging the
15+
#. The children are positioned relative to the scatter similarly to a
16+
:mod:`~kivy.uix.relativelayout.RelativeLayout`. So when dragging the
1717
scatter, the position of the children don't change, only the position of
1818
the scatter does.
1919
#. The scatter size has no impact on the size of it's children.

0 commit comments

Comments
 (0)