From a20d45ca1c647baa3ff0923c1578d2602cae200b Mon Sep 17 00:00:00 2001 From: Zen-CODE Date: Mon, 25 Aug 2014 18:40:21 +0200 Subject: [PATCH] doc: added advice on best pracises to guide/graphics.rst --- doc/sources/guide/graphics.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/sources/guide/graphics.rst b/doc/sources/guide/graphics.rst index f710cbdaf..ac500b7bc 100644 --- a/doc/sources/guide/graphics.rst +++ b/doc/sources/guide/graphics.rst @@ -103,3 +103,5 @@ Or you can clean your canvas and start fresh:: with self.canvas: self.rect = Rectangle(pos=self.pos, size=self.size) +Note that updating the instructions is considered the best practise as it +involves less overhead and avoids creating new instructions. \ No newline at end of file