From 1d401b9da2c625c731e54fffb041301bbc9d62d1 Mon Sep 17 00:00:00 2001 From: Mathieu Virbel Date: Mon, 20 Aug 2012 11:19:13 +0200 Subject: [PATCH] typo --- 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 2fcee27..80bfccc 100644 --- a/docs/source/api.rst +++ b/docs/source/api.rst @@ -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