From b4324516a0699eabcd028c4f478a4cad3a81922b Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sat, 15 May 2010 17:42:02 +0000 Subject: [PATCH] fix run-on sentence --- Doc/c-api/unicode.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/c-api/unicode.rst b/Doc/c-api/unicode.rst index 4222a054a91..b5a9ab1e201 100644 --- a/Doc/c-api/unicode.rst +++ b/Doc/c-api/unicode.rst @@ -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.