Author: Antonio Cuni <[email protected]>
Branch: dummy-importlib2
Changeset: r98338:5e84006ee933
Date: 2019-12-20 01:03 +0100
http://bitbucket.org/pypy/pypy/changeset/5e84006ee933/

Log:    fix comment

diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py
--- a/pypy/config/pypyoption.py
+++ b/pypy/config/pypyoption.py
@@ -14,8 +14,8 @@
                and p.join('__init__.py').check()
                and not p.basename.startswith('test')]
 
-# _dummy_importlib is automatically removed when you specify
-# --importlib=_frozen_importlib, which is the default when translating
+# _dummy_importlib is automatically removed when you specify enable
+# _fronzen_importlib, which is the default when translating
 essential_modules = set([
     "exceptions", "_io", "sys", "builtins", "posix", "_warnings",
     "itertools", "operator", "_locale", "struct",
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to