summaryrefslogtreecommitdiff
path: root/Doc/using
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2018-06-15 22:26:34 -0700
committerGitHub <noreply@github.com>2018-06-15 22:26:34 -0700
commit416e488415cacec98778da11da401c1b94d92c10 (patch)
tree6cbb41eb8561685b210fbf9d44dbc0c493406ffe /Doc/using
parent380a2b09e8c78b1222f9295e82e7ef34a0e70d99 (diff)
downloadcpython-git-416e488415cacec98778da11da401c1b94d92c10.tar.gz
bpo-33859: Fix spelling mistakes in docs. (GH-7691)
(cherry picked from commit c151f7846d6d900c22edaaa77f5f7771b529099e) Co-authored-by: Xtreak <tirkarthi@users.noreply.github.com>
Diffstat (limited to 'Doc/using')
-rw-r--r--Doc/using/cmdline.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst
index c6bb0be6bc..70e8d1afb4 100644
--- a/Doc/using/cmdline.rst
+++ b/Doc/using/cmdline.rst
@@ -889,7 +889,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.