https://github.com/python/cpython/commit/80734a6872105de874a424478cd0001e23286098 commit: 80734a6872105de874a424478cd0001e23286098 branch: main author: Skip Montanaro <[email protected]> committer: willingc <[email protected]> date: 2024-02-04T00:16:30Z summary:
Update README.md (#114974) Trivial edit Co-authored-by: Carol Willing <[email protected]> files: M Tools/wasm/README.md diff --git a/Tools/wasm/README.md b/Tools/wasm/README.md index beb857f69e40da..23b38c8e93638a 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: _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: [email protected]
