]> granicus.if.org Git - python/commitdiff
fix run-on sentence
authorBenjamin Peterson <benjamin@python.org>
Sat, 15 May 2010 17:42:02 +0000 (17:42 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sat, 15 May 2010 17:42:02 +0000 (17:42 +0000)
Doc/c-api/unicode.rst

index 4222a054a91308e354fabaa5c643174dcbe5ea08..b5a9ab1e201d69c4e80182a56360c4aab930d42f 100644 (file)
@@ -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.