From 0635452378d2747d3ce0806ef25a1a1f59114991 Mon Sep 17 00:00:00 2001 From: JustinCappos Date: Tue, 29 Jul 2014 17:57:25 -0400 Subject: [PATCH] Update api.rst grammar fix --- 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 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