diff --git a/kivy/graphics/vertex_instructions.pyx b/kivy/graphics/vertex_instructions.pyx index f83331f68..a8c6a98d8 100644 --- a/kivy/graphics/vertex_instructions.pyx +++ b/kivy/graphics/vertex_instructions.pyx @@ -726,7 +726,7 @@ cdef class Quad(VertexInstruction): if len(self._points) != 8: raise GraphicException( 'Quad: invalid number of points (%d instead of 8' % len( - self._points))) + self._points)) self.flag_update()