]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix a typo in locale Docs (#22233)
authorabdo <abd.nh25@gmail.com>
Mon, 14 Sep 2020 17:36:34 +0000 (20:36 +0300)
committerGitHub <noreply@github.com>
Mon, 14 Sep 2020 17:36:34 +0000 (20:36 +0300)
Doc/library/locale.rst

index bf57a0835591682c2abb0402692ef93f59d7ce55..678148a0dda2946df9a7bf1531e7ef1d5727042c 100644 (file)
@@ -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.