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 9b3ebf7 commit 6ecea69Copy full SHA for 6ecea69
Doc/library/os.rst
@@ -112,7 +112,7 @@ Python UTF-8 Mode
112
113
Python UTF-8 mode is now enabled by default (:pep:`686`).
114
It may be disabled with by setting :envvar:`PYTHONUTF8=0 <PYTHONUTF8>` as
115
- an environment variable or by using the :option:`-X utf8=0 <-X>` flag.
+ an environment variable or by using the :option:`-X utf8=0 <-X>` command line option.
116
117
The Python UTF-8 Mode ignores the :term:`locale encoding` and forces the usage
118
of the UTF-8 encoding:
0 commit comments