PEP 538: add missing underscore

This commit is contained in:
Nick Coghlan 2017-05-04 23:21:31 +10:00 committed by GitHub
parent 1687cb26ac
commit c1642ea4a3
1 changed files with 1 additions and 1 deletions

View File

@ -580,7 +580,7 @@ introduced in Python 3.5 ([15_]), as well as the automatic use of
``surrogateescape`` when operating in PEP 540's UTF-8 mode.
Rather than introducing yet another configuration option to address that,
this PEP proposes to use the existing ``PySetStandardStreamEncoding``
this PEP proposes to use the existing ``Py_SetStandardStreamEncoding``
interface to ensure that the ``surrogateescape`` handler is enabled when
the interpreter is required to make assumptions regarding the expected
filesystem encoding.