mirror of
https://github.com/python/cpython.git
synced 2025-09-25 09:50:37 +00:00
Fix a typo in locale Docs (#22233)
This commit is contained in:
parent
457d4e97de
commit
efcbe786cf
1 changed files with 1 additions and 1 deletions
|
@ -508,7 +508,7 @@ Background, details, hints, tips and caveats
|
||||||
--------------------------------------------
|
--------------------------------------------
|
||||||
|
|
||||||
The C standard defines the locale as a program-wide property that may be
|
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
|
in such a way that frequent locale changes may cause core dumps. This makes the
|
||||||
locale somewhat painful to use correctly.
|
locale somewhat painful to use correctly.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue