Commit b4324516 authored by Benjamin Peterson's avatar Benjamin Peterson

fix run-on sentence

parent 4c8a9a2d
...@@ -408,7 +408,7 @@ used, passsing :func:PyUnicode_FSConverter as the conversion function: ...@@ -408,7 +408,7 @@ used, passsing :func:PyUnicode_FSConverter as the conversion function:
.. cfunction:: PyObject* PyUnicode_EncodeFSDefault(PyObject *unicode) .. cfunction:: PyObject* PyUnicode_EncodeFSDefault(PyObject *unicode)
Encode a Unicode object to :cdata:`Py_FileSystemDefaultEncoding` with the 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. If :cdata:`Py_FileSystemDefaultEncoding` is not set, fall back to UTF-8.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment