Skip to content

Commit c3fdc06

Browse files
Docs: clarify PYTHONDONTWRITEBYTECODE behavior
1 parent a5b0e53 commit c3fdc06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/using/cmdline.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -880,8 +880,8 @@ conflict.
880880

881881
.. envvar:: PYTHONDONTWRITEBYTECODE
882882

883-
If this is set to a value other than ``"0"``, Python won't try to write ``.pyc``
884-
files on the import of source modules. Setting it to ``"0"``
883+
If this is set to a value other than ``"0"``, Python won't try to write
884+
``.pyc`` files on the import of source modules. Setting it to ``"0"``
885885
does not disable bytecode writing. This is equivalent to specifying the
886886
:option:`-B` option.
887887

0 commit comments

Comments
 (0)