mirror of
https://github.com/python/cpython.git
synced 2024-11-24 10:24:35 +08:00
Issue #28432: Fix first parameter name in PyUnicode_EncodeLocale documentation
Patch by Xiang Zhang.
This commit is contained in:
parent
11194f7e0f
commit
90e028970a
@ -793,7 +793,7 @@ system.
|
|||||||
Encode a Unicode object to the current locale encoding. The
|
Encode a Unicode object to the current locale encoding. The
|
||||||
supported error handlers are ``"strict"`` and ``"surrogateescape"``
|
supported error handlers are ``"strict"`` and ``"surrogateescape"``
|
||||||
(:pep:`383`). The encoder uses ``"strict"`` error handler if
|
(:pep:`383`). The encoder uses ``"strict"`` error handler if
|
||||||
*errors* is ``NULL``. Return a :class:`bytes` object. *str* cannot
|
*errors* is ``NULL``. Return a :class:`bytes` object. *unicode* cannot
|
||||||
contain embedded null characters.
|
contain embedded null characters.
|
||||||
|
|
||||||
Use :c:func:`PyUnicode_EncodeFSDefault` to encode a string to
|
Use :c:func:`PyUnicode_EncodeFSDefault` to encode a string to
|
||||||
|
Loading…
Reference in New Issue
Block a user