Fix class name generated by autoclass

This is just a minor fix. It is important to show the determinism of generated class names
This commit is contained in:
João Sousa 2018-07-18 17:17:51 +01:00 committed by GitHub
parent 61149f2043
commit 354bc27fdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ Reflection functions
>>> from jnius import autoclass
>>> autoclass('java.lang.System')
<class 'jnius.java.lang.System'>
<class 'jnius.reflect.java.lang.System'>
autoclass can also represent a nested Java class: