PEP 540: Fix the abstract

locale => encoding
This commit is contained in:
Victor Stinner 2018-01-27 03:42:08 +01:00
parent be2ca6bbaa
commit b53e0afd68
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ Abstract
Add a new "UTF-8 Mode" to enhance Python's use of UTF-8. When UTF-8 Mode
is active, Python will:
* use the ``utf-8`` locale, irregardless of the locale currently set by
* use the ``utf-8`` encoding, irregardless of the locale currently set by
the current platform, and
* change the ``stdin`` and ``stdout`` error handlers to
``surrogateescape``.