From d3f948bf3017f49b2d1e18c6fcfd7caf51969286 Mon Sep 17 00:00:00 2001 From: Dominik Kozaczko Date: Thu, 16 Aug 2012 14:12:10 +0200 Subject: [PATCH] __doc__ fixed :) --- jnius/jnius.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jnius/jnius.pyx b/jnius/jnius.pyx index 0ae397f..c5479d6 100644 --- a/jnius/jnius.pyx +++ b/jnius/jnius.pyx @@ -3,7 +3,7 @@ Java wrapper ============ -With this module, you can create Python class that reflect a Java class, and use +With this module, you can create Python class that reflects a Java class, and use it directly in Python. Example with static method