From: abdo Date: Mon, 14 Sep 2020 17:36:34 +0000 (+0300) Subject: Fix a typo in locale Docs (#22233) X-Git-Tag: v3.10.0a1~122 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=efcbe786cf9e6f99448f364f1b5e19e8fc10444f;p=thirdparty%2FPython%2Fcpython.git Fix a typo in locale Docs (#22233) --- diff --git a/Doc/library/locale.rst b/Doc/library/locale.rst index bf57a0835591..678148a0dda2 100644 --- a/Doc/library/locale.rst +++ b/Doc/library/locale.rst @@ -508,7 +508,7 @@ Background, details, hints, tips and caveats -------------------------------------------- The C standard defines the locale as a program-wide property that may be -relatively expensive to change. On top of that, some implementation are broken +relatively expensive to change. On top of that, some implementations are broken in such a way that frequent locale changes may cause core dumps. This makes the locale somewhat painful to use correctly.