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