From fa4ebe0544798f3ae061ddfc37e0bf7410530d87 Mon Sep 17 00:00:00 2001 From: Zen-CODE Date: Mon, 17 Feb 2014 22:11:58 +0200 Subject: [PATCH] doc: revisions to graphics/vertex_instructions.pyx --- kivy/graphics/vertex_instructions.pyx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kivy/graphics/vertex_instructions.pyx b/kivy/graphics/vertex_instructions.pyx index b86728122..8854ce28d 100644 --- a/kivy/graphics/vertex_instructions.pyx +++ b/kivy/graphics/vertex_instructions.pyx @@ -8,8 +8,8 @@ This module includes all the classes for drawing simple vertex objects. The list attributes of the graphics instruction classes (e.g. :attr:`Triangle.points`, :attr:`Mesh.indices` etc.) are not Kivy - properties, but Python properties. As a consequence, the graphics will only - be updated when the list object itself is changed, but not when list values + properties but Python properties. As a consequence, the graphics will only + be updated when the list object itself is changed and not when list values are modified. For example in python: