From 354bc27fdb5731f5bca8c17c9cb3b18fe8ba2a8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Sousa?= Date: Wed, 18 Jul 2018 17:17:51 +0100 Subject: [PATCH] Fix class name generated by autoclass This is just a minor fix. It is important to show the determinism of generated class names --- docs/source/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/api.rst b/docs/source/api.rst index 6608ba8..d77f585 100644 --- a/docs/source/api.rst +++ b/docs/source/api.rst @@ -167,7 +167,7 @@ Reflection functions >>> from jnius import autoclass >>> autoclass('java.lang.System') - + autoclass can also represent a nested Java class: