We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb4365f commit a5b0e53Copy full SHA for a5b0e53
Doc/using/cmdline.rst
@@ -880,8 +880,8 @@ conflict.
880
881
.. envvar:: PYTHONDONTWRITEBYTECODE
882
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"``
+ If this is set to a value other than ``"0"``, Python won't try to write ``.pyc``
+ files on the import of source modules. Setting it to ``"0"``
885
does not disable bytecode writing. This is equivalent to specifying the
886
:option:`-B` option.
887
0 commit comments