Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Improve formatting
  • Loading branch information
mhsmith committed Sep 23, 2024
commit eabbf45ea6b0807dea123eb97f9e215fff0bafde
2 changes: 1 addition & 1 deletion Android/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,4 @@ until you re-run `android.py make-host` or `build`.

## Using in your own app

See Doc/using/android.rst.
See `Doc/using/android.rst`.
2 changes: 1 addition & 1 deletion Doc/using/android.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ On Android, there is no concept of installing as a system resource. The only uni
of software distribution is an "app". There is also no console where you could
run a :program:`python` executable, or interact with a Python REPL.

As a result, the only way you can use Python on Android is in embedded mode --- that
As a result, the only way you can use Python on Android is in embedded mode that
is, by writing a native Android application, embedding a Python interpreter
using ``libpython``, and invoking Python code using the :ref:`Python embedding
API <embedding>`. The full Python interpreter, the standard library, and all
Expand Down