Update api.rst

grammar fix
This commit is contained in:
JustinCappos 2014-07-29 17:57:25 -04:00
parent a45ba1737e
commit 0635452378
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@ A signature like::
When you implement Java in Python, the signature of the Java method must match. 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:: example::
$ javap -s java.util.Iterator $ javap -s java.util.Iterator