Skip to content

Commit 6ecea69

Browse files
authored
Update Doc/library/os.rst
1 parent 9b3ebf7 commit 6ecea69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/os.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Python UTF-8 Mode
112112

113113
Python UTF-8 mode is now enabled by default (:pep:`686`).
114114
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.
115+
an environment variable or by using the :option:`-X utf8=0 <-X>` command line option.
116116

117117
The Python UTF-8 Mode ignores the :term:`locale encoding` and forces the usage
118118
of the UTF-8 encoding:

0 commit comments

Comments
 (0)