From 2afd2292b7d7ae2fc7b054748a0ffeb4cc8e7bc6 Mon Sep 17 00:00:00 2001 From: Zen-CODE Date: Sun, 3 Jul 2016 16:18:06 +0200 Subject: [PATCH] doc: wteaked wording in doc/sources/guide/packaging-ios.rst --- doc/sources/guide/packaging-ios.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/sources/guide/packaging-ios.rst b/doc/sources/guide/packaging-ios.rst index 41215c700..8f791b207 100644 --- a/doc/sources/guide/packaging-ios.rst +++ b/doc/sources/guide/packaging-ios.rst @@ -90,8 +90,8 @@ Then click on `Play`, and enjoy. Updating an Xcode project ------------------------- -Let's say you want to add numpy to your project, but you didn't have it compiled -prior the XCode project creation. First, ensure to build it:: +Let's say you want to add numpy to your project but you did not compile it +prior to creating your XCode project. First, ensure it is built:: $ ./toolchain.py build numpy