[Python-checkins] Fix typo in Tools/wasm/README.md (GH-99384)

miss-islington webhook-mailer at python.org
Fri Nov 11 11:38:14 EST 2022


https://github.com/python/cpython/commit/8fe1a88e6ac3df20ad6bb96dd7e25aa18f2f438a
commit: 8fe1a88e6ac3df20ad6bb96dd7e25aa18f2f438a
branch: main
author: Ikko Ashimine <eltociear at gmail.com>
committer: miss-islington <31488909+miss-islington at users.noreply.github.com>
date: 2022-11-11T08:38:09-08:00
summary:

Fix typo in Tools/wasm/README.md (GH-99384)



Noticable -> Noticeable

Automerge-Triggered-By: GH:AlexWaygood

files:
M Tools/wasm/README.md

diff --git a/Tools/wasm/README.md b/Tools/wasm/README.md
index 8efc72cb9b8d..f8dd6e675ea7 100644
--- a/Tools/wasm/README.md
+++ b/Tools/wasm/README.md
@@ -283,7 +283,7 @@ popd
 
 ## WASI limitations and issues (WASI SDK 15.0)
 
-A lot of Emscripten limitations also apply to WASI. Noticable restrictions
+A lot of Emscripten limitations also apply to WASI. Noticeable restrictions
 are:
 
 - Call stack size is limited. Default recursion limit and parser stack size



More information about the Python-checkins mailing list