Skip to content

Commit bb16468

Browse files
committed
Fix option markup (courtesy of 'make suspicious')
1 parent a71ca03 commit bb16468

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Doc/using/cmdline.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -870,16 +870,16 @@ conflict.
870870

871871
As locale coercion occurs before the command line arguments are processed,
872872
setting ``PYTHONCOERCECLOCALE=0`` will prevent locale coercion even when
873-
the :option:`-E` or :option`-I` option is specified. The
873+
the :option:`-E` or :option:`-I` option is specified. The
874874
``PYTHONCOERCECLOCALE=warn`` case is handled later, and respects those
875875
options as usual (i.e. no locale coercion warnings will ever be displayed
876-
even when the :option:`-E` or :option`-I` option is specified).
876+
even when the :option:`-E` or :option:`-I` option is specified).
877877

878878
.. versionadded:: 3.7
879879
See :pep:`538` for more details. Note that the 3.7 implementation differs
880880
from the PEP in a few key aspects due to some unintended interactions
881881
with the :pep:`540` implementation: 1) ``LC_ALL=C`` must be used to
882-
disable locale coercion when the :option:`-E` or :option`-I` option is
882+
disable locale coercion when the :option:`-E` or :option:`-I` option is
883883
specified (``PYTHONCOERCECLOCALE=0`` won't work); 2) calling
884884
:c:func:`Py_Initialize` in an embedding application will trigger locale
885885
coercion when running in the C locale; 2) calling :c:func:`Py_Main` in
@@ -891,7 +891,7 @@ conflict.
891891
the approach described in :pep:`538`: calling :c:func:`Py_Initialize` and
892892
:c:func:`Py_Main` will never implicitly trigger local coercion, and
893893
``PYTHONCOERCECLOCALE=0`` takes effect even when the :option:`-E` or
894-
:option`-I` option is specified.
894+
:option:`-I` option is specified.
895895

896896

897897
.. envvar:: PYTHONDEVMODE

0 commit comments

Comments
 (0)