Skip to content

Commit c235654

Browse files
[3.14] gh-148814: Fix an issue in Emscripten README (GH-148752) (#148815)
Correct the description of the default state of test module compilation. (cherry picked from commit d206d42) Co-authored-by: Stan Ulbrych <stan@python.org>
1 parent c171c52 commit c235654

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Platforms/emscripten/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,8 @@ await createEmscriptenModule({
243243
are not shipped. All other modules are bundled as pre-compiled
244244
``pyc`` files.
245245
- In-memory file system (MEMFS) is not persistent and limited.
246-
- Test modules are disabled by default. Use ``--enable-test-modules`` build
247-
test modules like ``_testcapi``.
246+
- Test modules are built by default. Use ``--disable-test-modules`` to disable
247+
building test modules like ``_testcapi``.
248248

249249
## WASI (wasm32-wasi)
250250

0 commit comments

Comments
 (0)