Skip to content

Commit e61917e

Browse files
committed
Fix docs build.
1 parent eeea6eb commit e61917e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/library/compileall.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@ There is no command-line option to control the optimization level used by the
110110
provides the option: :program:`python -O -m compileall`.
111111

112112
Similarly, 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

117117
Public functions
118118
----------------

0 commit comments

Comments
 (0)