From 3e39b8b461506845ebe854b2d14e826195f01485 Mon Sep 17 00:00:00 2001 From: Zen-CODE Date: Fri, 6 Jun 2014 14:27:07 +0200 Subject: [PATCH] doc: hid "Scatter." in ref link --- kivy/uix/scatter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kivy/uix/scatter.py b/kivy/uix/scatter.py index a3be05227..7c7e34443 100644 --- a/kivy/uix/scatter.py +++ b/kivy/uix/scatter.py @@ -388,7 +388,7 @@ class Scatter(Widget): ''' Transforms the scatter by applying the "trans" transformation matrix (on top of its current transformation state). The resultant - matrix can be found in the :attr:`Matrix.transform` property. + matrix can be found in the :attr:`~Scatter.transform` property. :Parameters: `trans`: :class:`~kivy.graphics.transformation.Matrix`.