]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in `Tools/wasm/README.md` (#142426)
authorStan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Mon, 8 Dec 2025 20:48:17 +0000 (20:48 +0000)
committerGitHub <noreply@github.com>
Mon, 8 Dec 2025 20:48:17 +0000 (12:48 -0800)
Tools/wasm/README.md

index 6615f1e266419670d8949dd695f9c7d49000ceac..35685db07b14313b1ea0e771519f02985e70c507 100644 (file)
@@ -172,8 +172,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).