doc: revisions to graphics/vertex_instructions.pyx

This commit is contained in:
Zen-CODE 2014-02-17 22:11:58 +02:00
parent a765502bac
commit fa4ebe0544
1 changed files with 2 additions and 2 deletions

View File

@ -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: