fix syntax error >_<

This commit is contained in:
Mathieu Virbel 2011-12-08 12:24:35 +01:00
parent 03730cb020
commit dc34bc0933
1 changed files with 1 additions and 1 deletions

View File

@ -726,7 +726,7 @@ cdef class Quad(VertexInstruction):
if len(self._points) != 8: if len(self._points) != 8:
raise GraphicException( raise GraphicException(
'Quad: invalid number of points (%d instead of 8' % len( 'Quad: invalid number of points (%d instead of 8' % len(
self._points))) self._points))
self.flag_update() self.flag_update()