diff --git a/kivy/graphics/__init__.py b/kivy/graphics/__init__.py index 2fdcbeb61..61a773b66 100644 --- a/kivy/graphics/__init__.py +++ b/kivy/graphics/__init__.py @@ -32,8 +32,8 @@ to the canvas object and will be used when the window is drawn. .. note:: - Kivy drawing instructions are not automatically relative to the widgets - position or size. You therefore you need to consider these factors when + Kivy drawing instructions are not automatically relative to the position + or size of the widget. You, therefore, need to consider these factors when drawing. In order to make your drawing instructions relative to the widget, the instructions need either to be declared in the :mod:`KvLang ` or bound to pos and size changes.