Skip to content

Commit

Permalink
Follow PEP 394 in build_mozc_for_android.md
Browse files Browse the repository at this point in the history
This follows up to my previous commit [1], which introduced

  docs/build_mozc_for_android.md

as a dedicated build instruction page for building 'libmozc.so' for
Android as part of removing the dependency on Docker from our build
instructions (google#1181).

While the above document uses 'python3' elsewhere, there was one place
where 'python' was used instead. It would be better to avoid 'python'
in favor of PEP 394 [2].

 [1]: f215eaf
 [2]: https://peps.python.org/pep-0394/
  • Loading branch information
yukawa committed Feb 23, 2025
1 parent f215eaf commit 8260baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/build_mozc_for_android.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Using `mozc/src/python-venv` as the virtual environment location is not mandator
### Check out additional build dependencies

```
python build_tools/update_deps.py
python3 build_tools/update_deps.py
```

In this step, additional build dependencies will be downloaded.
Expand Down

0 comments on commit 8260baf

Please sign in to comment.