Skip to content

Commit efcbe78

Browse files
authored
Fix a typo in locale Docs (#22233)
1 parent 457d4e9 commit efcbe78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/locale.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ Background, details, hints, tips and caveats
508508
--------------------------------------------
509509

510510
The C standard defines the locale as a program-wide property that may be
511-
relatively expensive to change. On top of that, some implementation are broken
511+
relatively expensive to change. On top of that, some implementations are broken
512512
in such a way that frequent locale changes may cause core dumps. This makes the
513513
locale somewhat painful to use correctly.
514514

0 commit comments

Comments
 (0)