https://github.com/python/cpython/commit/20b454d2726d3aa4f80efaeb274da338c7fcf92c
commit: 20b454d2726d3aa4f80efaeb274da338c7fcf92c
branch: 3.14
author: Miss Islington (bot) <[email protected]>
committer: brettcannon <[email protected]>
date: 2025-12-08T20:54:24Z
summary:

[3.14] Fix typo in `Tools/wasm/README.md` (GH-142426) (GH-142429)

Fix typo in `Tools/wasm/README.md` (GH-142426)
(cherry picked from commit 719d7960e2b55ab8310df3d9d69b7c9df3283fbf)

Co-authored-by: Stan Ulbrych <[email protected]>

files:
M Tools/wasm/README.md

diff --git a/Tools/wasm/README.md b/Tools/wasm/README.md
index efe9a3550c3e19..91354b2e008041 100644
--- a/Tools/wasm/README.md
+++ b/Tools/wasm/README.md
@@ -226,8 +226,8 @@ await createEmscriptenModule({
   e.g. ``ctypes``, ``readline``, ``ssl``, and more.
 - Shared extension modules are not implemented yet. All extension modules
   are statically linked into the main binary. The experimental configure
-  option ``--enable-wasm-dynamic-linking`` enables dynamic extensions
-  supports. It's currently known to crash in combination with threading.
+  option ``--enable-wasm-dynamic-linking`` enables dynamic extension
+  support. It's currently known to crash in combination with threading.
 - glibc extensions for date and time formatting are not available.
 - ``locales`` module is affected by musl libc issues,
   [gh-90548](https://github.com/python/cpython/issues/90548).

_______________________________________________
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]

Reply via email to