From 2ae20b45a7f4f1faad652f634d9534e629a68784 Mon Sep 17 00:00:00 2001 From: Mathieu Virbel Date: Mon, 16 Jan 2012 16:38:44 +0100 Subject: [PATCH] fix fucking invalid renaming with vim >_< --- kivy/graphics/texture.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kivy/graphics/texture.pyx b/kivy/graphics/texture.pyx index 80259d26d..ab547ad63 100644 --- a/kivy/graphics/texture.pyx +++ b/kivy/graphics/texture.pyx @@ -698,7 +698,7 @@ cdef class Texture: def __get__(self): return self._id - property _target: + property target: '''Return the OpenGL target of the texture (readonly) ''' def __get__(self):