diff options
author | Xtreak <tirkarthi@users.noreply.github.com> | 2018-06-16 05:08:31 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2018-06-16 05:08:31 (GMT) |
commit | c151f7846d6d900c22edaaa77f5f7771b529099e (patch) | |
tree | 986c9e7904eb1dbd890f830d94ddb0a334107e36 /Doc/using | |
parent | b193fa996a746111252156f11fb14c12fd6267e6 (diff) | |
download | cpython-c151f7846d6d900c22edaaa77f5f7771b529099e.zip cpython-c151f7846d6d900c22edaaa77f5f7771b529099e.tar.gz cpython-c151f7846d6d900c22edaaa77f5f7771b529099e.tar.bz2 |
bpo-33859: Fix spelling mistakes in docs. (GH-7691)
Diffstat (limited to 'Doc/using')
-rw-r--r-- | Doc/using/cmdline.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst index 9ddc515..b61df8a 100644 --- a/Doc/using/cmdline.rst +++ b/Doc/using/cmdline.rst @@ -905,7 +905,7 @@ conflict. If this environment variable is not set at all, then the interpreter defaults to using the current locale settings, *unless* the current locale is identified as a legacy ASCII-based locale - (as descibed for :envvar:`PYTHONCOERCECLOCALE`), and locale coercion is + (as described for :envvar:`PYTHONCOERCECLOCALE`), and locale coercion is either disabled or fails. In such legacy locales, the interpreter will default to enabling UTF-8 mode unless explicitly instructed not to do so. |