File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -110,9 +110,9 @@ There is no command-line option to control the optimization level used by the
110110provides the option: :program: `python -O -m compileall `.
111111
112112Similarly, the :func: `compile ` function respects the :attr: `sys.bytecode_prefix `
113- setting (via :envvar: ` PYTHONBYTECODEPREFIX ` or :opt: ` -X ` `` bytecode_prefix ``).
114- The generated bytecode cache will only be useful if :func: ` compile ` is run with
115- the same :attr: ` sys.bytecode_prefix ` (if any) that will be used at runtime.
113+ setting. The generated bytecode cache will only be useful if :func: ` compile ` is
114+ run with the same :attr: ` sys.bytecode_prefix ` (if any) that will be used at
115+ runtime.
116116
117117Public functions
118118----------------
You can’t perform that action at this time.
0 commit comments