From 49a15c569d83f8aa7197f14c7bfb8cb8c955f616 Mon Sep 17 00:00:00 2001 From: Shashi Ranjan Date: Tue, 10 Sep 2019 19:39:49 +0530 Subject: [PATCH] Few minor fixes in the doc. --- kivy/graphics/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.