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`.