diff options
author | Skip Montanaro <skip.montanaro@gmail.com> | 2024-02-04 00:16:30 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-04 00:16:30 (GMT) |
commit | 80734a6872105de874a424478cd0001e23286098 (patch) | |
tree | fef219c6e7b69f6b3ac5571b467b7b5a5b0c9b61 /Tools/wasm | |
parent | 1032326fe46afaef57c3e01160a4f889dadfee95 (diff) | |
download | cpython-80734a6872105de874a424478cd0001e23286098.zip cpython-80734a6872105de874a424478cd0001e23286098.tar.gz cpython-80734a6872105de874a424478cd0001e23286098.tar.bz2 |
Update README.md (#114974)
Trivial edit
Co-authored-by: Carol Willing <carolcode@willingconsulting.com>
Diffstat (limited to 'Tools/wasm')
-rw-r--r-- | Tools/wasm/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/wasm/README.md b/Tools/wasm/README.md index beb857f..23b38c8 100644 --- a/Tools/wasm/README.md +++ b/Tools/wasm/README.md @@ -83,7 +83,7 @@ embuilder --pic build zlib bzip2 MINIMAL_PIC ``` -#### Compile a build Python interpreter +### Compile and build Python interpreter From within the container, run the following command: |