fix fucking invalid renaming with vim >_<

This commit is contained in:
Mathieu Virbel 2012-01-16 16:38:44 +01:00
parent b4bbe0b974
commit 2ae20b45a7
1 changed files with 1 additions and 1 deletions

View File

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