From 8fd481d379194450c72def9e066ce1b9abb19e7f Mon Sep 17 00:00:00 2001 From: go-bears Date: Mon, 23 Nov 2015 17:45:04 -0800 Subject: [PATCH] Update bootstraps.rst fix typos in documentation --- doc/source/bootstraps.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/bootstraps.rst b/doc/source/bootstraps.rst index f12659959d..d38566da2d 100644 --- a/doc/source/bootstraps.rst +++ b/doc/source/bootstraps.rst @@ -2,7 +2,7 @@ Bootstraps ========== -python-for-android (p4a) supports multiple *bootstraps*. These fulfil a +python-for-android (p4a) supports multiple *bootstraps*. These fulfill a similar role to recipes, but instead of describing how to compile a specific module they describe how a full Android project may be put together from a combination of individual recipes and other @@ -91,6 +91,6 @@ be clear. However, the :code:`run_distribute` method must do all the work of creating a build directory, copying recipes etc into it, and adding or removing any extra components as necessary. -If you'd like to creat a bootstrap, the best resource is to check the +If you'd like to create a bootstrap, the best resource is to check the existing ones in the p4a source code. You can also :doc:`contact the developers ` if you have problems or questions.