Skip to content

Commit 8a8d04f

Browse files
authored
Merge pull request kivy#1731 from b3b/fix_using_a_pythonrecipe_doc
Fix import in 'Using a PythonRecipe' doc
2 parents 8ebea2e + d5738f6 commit 8a8d04f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/source/recipes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ install`` with an appropriate environment.
251251
For instance, the following is all that's necessary to create a recipe
252252
for the Vispy module::
253253

254-
from pythonforandroid.toolchain import PythonRecipe
254+
from pythonforandroid.recipe import PythonRecipe
255255
class VispyRecipe(PythonRecipe):
256256
version = 'master'
257257
url = 'https://github.com/vispy/vispy/archive/{version}.zip'

0 commit comments

Comments
 (0)