From 4115a619f7fe6d60a0d8f06d424d23ba6f7a8529 Mon Sep 17 00:00:00 2001 From: yaki29 Date: Wed, 25 Jan 2017 03:37:47 +0530 Subject: [PATCH] spelling mistake --- doc/source/recipes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/recipes.rst b/doc/source/recipes.rst index ab2f5d0c50..98b5813d07 100644 --- a/doc/source/recipes.rst +++ b/doc/source/recipes.rst @@ -181,7 +181,7 @@ this using the ``sh`` module as follows:: def build_arch(self, arch): super(YourRecipe, self).build_arch(arch) env = self.get_recipe_env(arch) - sh.echo('$PATH', _env=env) # Will print the PATH entry fron the + sh.echo('$PATH', _env=env) # Will print the PATH entry from the # env dict You can also use the ``shprint`` helper function from the p4a