diff --git a/docs/source/api.rst b/docs/source/api.rst index d819e02..322f581 100644 --- a/docs/source/api.rst +++ b/docs/source/api.rst @@ -313,7 +313,7 @@ A signature like:: When you implement Java in Python, the signature of the Java method must match. -Java provide a tool named `javap` to get the signature of any java class. For +Java provides a tool named `javap` to get the signature of any java class. For example:: $ javap -s java.util.Iterator