mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
Replace non-breaking spaces with normal spaces (#130116)
Using normal spaces in place of non-breaking spaces.
This commit is contained in:
parent
a7d41a8947
commit
798f8d3ea9
13 changed files with 14 additions and 14 deletions
|
@ -119,10 +119,10 @@ stderr. Add the `-v` option to also show Gradle output, and non-Python logcat
|
|||
messages.
|
||||
|
||||
Any other arguments on the `android.py test` command line will be passed through
|
||||
to `python -m test` – use `--` to separate them from android.py's own options.
|
||||
to `python -m test` – use `--` to separate them from android.py's own options.
|
||||
See the [Python Developer's
|
||||
Guide](https://devguide.python.org/testing/run-write-tests/) for common options
|
||||
– most of them will work on Android, except for those that involve subprocesses,
|
||||
– most of them will work on Android, except for those that involve subprocesses,
|
||||
such as `-j`.
|
||||
|
||||
Every time you run `android.py test`, changes in pure-Python files in the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue