Skip to content

Commit a924f91

Browse files
authored
Merge pull request kivy#993 from yaki29/master
documentation recipe.rst spelling change
2 parents 9e028ec + 4115a61 commit a924f91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/recipes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ this using the ``sh`` module as follows::
181181
def build_arch(self, arch):
182182
super(YourRecipe, self).build_arch(arch)
183183
env = self.get_recipe_env(arch)
184-
sh.echo('$PATH', _env=env) # Will print the PATH entry fron the
184+
sh.echo('$PATH', _env=env) # Will print the PATH entry from the
185185
# env dict
186186

187187
You can also use the ``shprint`` helper function from the p4a

0 commit comments

Comments
 (0)