Skip to content

Commit aad2730

Browse files
committed
[crystax] Fix doc string typo for PythonRecipe
1 parent 21f93d2 commit aad2730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@ class PythonRecipe(Recipe):
725725
This is almost always what you want to do.'''
726726

727727
setup_extra_args = []
728-
'''List of extra arugments to pass to setup.py'''
728+
'''List of extra arguments to pass to setup.py'''
729729

730730
def __init__(self, *args, **kwargs):
731731
super(PythonRecipe, self).__init__(*args, **kwargs)

0 commit comments

Comments
 (0)