Skip to content

Commit

Permalink
Merge pull request #347 from JPDSousa/patch-1
Browse files Browse the repository at this point in the history
Fix class name generated by autoclass
  • Loading branch information
tshirtman committed Jul 18, 2018
2 parents 61149f2 + 354bc27 commit 2cf985d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 2cf985d

Please sign in to comment.