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.
2 parents 9e028ec + 4115a61 commit a924f91Copy full SHA for a924f91
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