We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
PythonRecipe
1 parent 21f93d2 commit aad2730Copy full SHA for aad2730
pythonforandroid/recipe.py
@@ -725,7 +725,7 @@ class PythonRecipe(Recipe):
725
This is almost always what you want to do.'''
726
727
setup_extra_args = []
728
- '''List of extra arugments to pass to setup.py'''
+ '''List of extra arguments to pass to setup.py'''
729
730
def __init__(self, *args, **kwargs):
731
super(PythonRecipe, self).__init__(*args, **kwargs)
0 commit comments