From 893f03dce9430bb2da6dedd8bfd96ec2bd604466 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Mon, 19 Mar 2018 15:25:19 -0700 Subject: [PATCH] Minor typo fix --- pep-0540.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.