PEP 597: Minor fix (#1589)

This commit is contained in:
Inada Naoki 2020-09-08 12:42:48 +09:00 committed by GitHub
parent 5ff6bf291f
commit 69de6be4a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ This PEP proposes:
like ``encoding=None`` but don't raise a warning.
* Add ``io.LOCALE_ENCODING = "locale"`` constant to avoid confusing
``LookupError``. unknown encoding: locale``.
``LookupError``.
Motivation