Minor typo fix
This commit is contained in:
parent
a295ae9c2c
commit
893f03dce9
|
@ -163,7 +163,7 @@ The UTF-8 Mode has the same effect as locale coercion:
|
||||||
``surrogateescape``.
|
``surrogateescape``.
|
||||||
|
|
||||||
These changes only affect Python code. But the locale coercion has
|
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
|
``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.
|
effect is that non-Python code is also impacted by the locale coercion.
|
||||||
The two PEPs are complementary.
|
The two PEPs are complementary.
|
||||||
|
|
Loading…
Reference in New Issue