mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
fix run-on sentence
This commit is contained in:
parent
4c8a9a2df3
commit
b4324516a0
1 changed files with 1 additions and 1 deletions
|
@ -408,7 +408,7 @@ used, passsing :func:PyUnicode_FSConverter as the conversion function:
|
|||
.. cfunction:: PyObject* PyUnicode_EncodeFSDefault(PyObject *unicode)
|
||||
|
||||
Encode a Unicode object to :cdata:`Py_FileSystemDefaultEncoding` with the
|
||||
``'surrogateescape'`` error handler, return a :func:`bytes` object.
|
||||
``'surrogateescape'`` error handler, and return :class:`bytes`.
|
||||
|
||||
If :cdata:`Py_FileSystemDefaultEncoding` is not set, fall back to UTF-8.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue