Skip to content

Commit

Permalink
Merge pull request #1731 from b3b/fix_using_a_pythonrecipe_doc
Browse files Browse the repository at this point in the history
Fix import in 'Using a PythonRecipe' doc
  • Loading branch information
AndreMiras authored Feb 26, 2019
2 parents 8ebea2e + d5738f6 commit 8a8d04f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/recipes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ install`` with an appropriate environment.
For instance, the following is all that's necessary to create a recipe
for the Vispy module::

from pythonforandroid.toolchain import PythonRecipe
from pythonforandroid.recipe import PythonRecipe
class VispyRecipe(PythonRecipe):
version = 'master'
url = 'https://github.com/vispy/vispy/archive/{version}.zip'
Expand Down

0 comments on commit 8a8d04f

Please sign in to comment.