Skip to content

Commit a8fb080

Browse files
authored
mostly --> most x 2
1 parent d009d0f commit a8fb080

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ a Python web server.
2626
It automatically supports dependencies on most pure Python packages. For other
2727
packages, including those that depend on C code, a special "recipe" must be
2828
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.
3030

3131
python-for-android works by cross-compiling the Python interpreter and its
3232
dependencies for Android devices, and bundling it with the app's python code

doc/source/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ a Python web server.
2727
It automatically supports dependencies on most pure Python packages. For other
2828
packages, including those that depend on C code, a special "recipe" must be
2929
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.
3131

3232
python-for-android works by cross-compiling the Python interpreter and its
3333
dependencies for Android devices, and bundling it with the app's python code

0 commit comments

Comments
 (0)