Skip to content
This repository was archived by the owner on Jan 3, 2024. It is now read-only.

Commit cf327a5

Browse files
committed
typo
1 parent 0a950e0 commit cf327a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pypy/tool/release/package.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ def __call__(self, parser, ns, values, option):
466466
keep_debug_default = True
467467
no__tkinter_default = False
468468
embed_dependencies_default = (ARCH in ('darwin', 'aarch64', 'x86_64'))
469-
rebuild_extensions_defalt = (ARCH in ('darwin', 'aarch64', 'x86_64'))
469+
rebuild_extensions_default = (ARCH in ('darwin', 'aarch64', 'x86_64'))
470470
make_portable_default = (ARCH in ('darwin',))
471471
copy_dlls_default = True
472472
if "PYPY_PACKAGE_NOKEEPDEBUG" in os.environ:

0 commit comments

Comments
 (0)