Skip to content

Commit 073572e

Browse files
Fix typos.
1 parent 1096f32 commit 073572e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Doc/library/locale.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The :mod:`locale` module defines the following exception and functions:
5858
specified in the :envvar:`LANG` environment variable). If the locale is not
5959
changed thereafter, using multithreading should not cause problems.
6060

61-
.. verssionchanged:: next
61+
.. versionchanged:: next
6262
Support language codes with ``@``-modifiers.
6363

6464

@@ -374,8 +374,9 @@ The :mod:`locale` module defines the following exception and functions:
374374
determined.
375375
The "C" locale is represented as ``(None, None)``.
376376

377-
.. verssionchanged:: next
378-
The language code can now contain a ``@``-modifier.
377+
.. versionchanged:: next
378+
``@``-modifier are no longer silently removed, but included in
379+
the language code.
379380

380381

381382
.. function:: getpreferredencoding(do_setlocale=True)

0 commit comments

Comments
 (0)