Skip to content

Commit 0bbb62b

Browse files
committed
📝 Fix typos and grammar errors
1 parent f64a4c8 commit 0bbb62b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pythonforandroid/recipes/python3/__init__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ class Python3Recipe(GuestPythonRecipe):
99
The python3's recipe
1010
^^^^^^^^^^^^^^^^^^^^
1111
12-
The python 3 recipe can be built with some extra python modules, but do so,
13-
we need some libraries. Per default, we ship the python3 recipe with some
14-
common libraries, defined at ``depends``.We also support some optional
15-
libraries, which are less common that the ones defined at ``depends``, so
12+
The python 3 recipe can be built with some extra python modules, but to do
13+
so, we need some libraries. By default, we ship the python3 recipe with
14+
some common libraries, defined in ``depends``.We also support some optional
15+
libraries, which are less common that the ones defined in ``depends``, so
1616
we added them as optional dependencies (``opt_depends``).
1717
1818
Below you have a relationship between the python modules and the recipe

0 commit comments

Comments
 (0)