mirror of https://github.com/kivy/kivy.git
- transformation no longer raising indentation errors
This commit is contained in:
parent
a839690981
commit
60c9b0db80
|
@ -29,7 +29,8 @@ cdef extern from "string.h":
|
|||
cdef double _EPS = 8.8817841970012523e-16
|
||||
|
||||
cdef class Matrix:
|
||||
'''Optimized matrix class for OpenGL::
|
||||
'''
|
||||
Optimized matrix class for OpenGL::
|
||||
|
||||
>>> from kivy.graphics.transformation import Matrix
|
||||
>>> m = Matrix()
|
||||
|
|
Loading…
Reference in New Issue