From 00f655c3a165d1e260be6c2f15d234bdea7ead32 Mon Sep 17 00:00:00 2001 From: Thomas Ballinger Date: Fri, 7 Jun 2013 00:53:53 -0300 Subject: [PATCH] grammar in api.rst --- docs/language/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/language/api.rst b/docs/language/api.rst index 47d99d8..31a32a7 100644 --- a/docs/language/api.rst +++ b/docs/language/api.rst @@ -12,7 +12,7 @@ Theory of Hy ============ Hy maintains, over everything else, 100% compatibility in both directions -with Python it's self. All Hy code follows a few simple rules. Memorize +with Python itself. All Hy code follows a few simple rules. Memorize this, it's going to come in handy. These rules help make sure code is idiomatic and interface-able in both