mirror of https://github.com/kivy/pyjnius.git
small grammar fix
This commit is contained in:
parent
9ec504dfd6
commit
6d2df26f0b
|
@ -293,7 +293,7 @@ cdef class JavaClass(object):
|
|||
self.resolve_fields()
|
||||
|
||||
cdef void call_constructor(self, args) except *:
|
||||
# the goal is to found the class constructor, and call it with the
|
||||
# the goal is to find the class constructor, and call it with the
|
||||
# correct arguments.
|
||||
cdef jvalue *j_args = NULL
|
||||
cdef jobject j_self = NULL
|
||||
|
|
Loading…
Reference in New Issue