]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] Fix typo in `Tools/wasm/README.md` (GH-142426) (GH-142430)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 8 Dec 2025 20:54:12 +0000 (21:54 +0100)
committerGitHub <noreply@github.com>
Mon, 8 Dec 2025 20:54:12 +0000 (20:54 +0000)
Fix typo in `Tools/wasm/README.md` (GH-142426)
(cherry picked from commit 719d7960e2b55ab8310df3d9d69b7c9df3283fbf)

Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Tools/wasm/README.md

index bc3e4ba8bd5b76737392ba8c91e000076e490e68..f302117aa09164397a771480ccad3ea789515737 100644 (file)
@@ -234,8 +234,8 @@ functions.
   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).