8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e028ec commit 4115a61Copy full SHA for 4115a61
doc/source/recipes.rst
@@ -181,7 +181,7 @@ this using the ``sh`` module as follows::
181
def build_arch(self, arch):
182
super(YourRecipe, self).build_arch(arch)
183
env = self.get_recipe_env(arch)
184
- sh.echo('$PATH', _env=env) # Will print the PATH entry fron the
+ sh.echo('$PATH', _env=env) # Will print the PATH entry from the
185
# env dict
186
187
You can also use the ``shprint`` helper function from the p4a
0 commit comments