mirror of https://github.com/kivy/pyjnius.git
typo
This commit is contained in:
parent
86a9720861
commit
1d401b9da2
|
@ -136,7 +136,7 @@ Reflection Classes
|
|||
|
||||
Let's see how you could declare that method::
|
||||
|
||||
class System(JavaClass):
|
||||
class String(JavaClass):
|
||||
__javaclass__ = 'java/lang/String'
|
||||
__metaclass__ = MetaJavaClass
|
||||
|
||||
|
|
Loading…
Reference in New Issue