Minor typo fix

This commit is contained in:
Barry Warsaw 2018-03-19 15:25:19 -07:00
parent a295ae9c2c
commit 893f03dce9
No known key found for this signature in database
GPG Key ID: 126EB563A74B06BF
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ The UTF-8 Mode has the same effect as locale coercion:
``surrogateescape``.
These changes only affect Python code. But the locale coercion has
addiditonal effects: the ``LC_CTYPE`` environment variable and the
additional effects: the ``LC_CTYPE`` environment variable and the
``LC_CTYPE`` locale are set to a UTF-8 locale like ``C.UTF-8``. One side
effect is that non-Python code is also impacted by the locale coercion.
The two PEPs are complementary.