diff --git a/pep-0540.txt b/pep-0540.txt index bbe0ade25..8110a1249 100644 --- a/pep-0540.txt +++ b/pep-0540.txt @@ -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.