File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ a Python web server.
26
26
It automatically supports dependencies on most pure Python packages. For other
27
27
packages, including those that depend on C code, a special "recipe" must be
28
28
written to support cross-compiling. python-for-android comes with recipes for
29
- many of the mostly popular libraries (e.g. numpy and sqlalchemy) built in.
29
+ many of the most popular libraries (e.g. numpy and sqlalchemy) built in.
30
30
31
31
python-for-android works by cross-compiling the Python interpreter and its
32
32
dependencies for Android devices, and bundling it with the app's python code
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ a Python web server.
27
27
It automatically supports dependencies on most pure Python packages. For other
28
28
packages, including those that depend on C code, a special "recipe" must be
29
29
written to support cross-compiling. python-for-android comes with recipes for
30
- many of the mostly popular libraries (e.g. numpy and sqlalchemy) built in.
30
+ many of the most popular libraries (e.g. numpy and sqlalchemy) built in.
31
31
32
32
python-for-android works by cross-compiling the Python interpreter and its
33
33
dependencies for Android devices, and bundling it with the app's python code
You can’t perform that action at this time.
0 commit comments