Skip to content

Commit 48a9475

Browse files
committed
[testapp] Fix a syntactical error at docstring
1 parent cb17076 commit 48a9475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testapps/on_device_unit_tests/setup_test_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
our requirements we can build an kivy, flask or a non-gui app. We default to an
66
kivy app, since the python-for-android project its a sister project of kivy.
77
8-
The parameter `requirements` it's crucial to determine the unit tests we will
8+
The parameter `requirements` is crucial to determine the unit tests we will
99
perform with our app, so we must explicitly name the recipe we want to test
1010
and, of course, we should have the proper test for the given recipe at
1111
`tests.test_requirements.py` or nothing will be tested. We control our default

0 commit comments

Comments
 (0)