summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/unicode.rst
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-05-15 17:42:02 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-05-15 17:42:02 (GMT)
commitb4324516a0699eabcd028c4f478a4cad3a81922b (patch)
tree5b0a63ff435b2ff8bd5ba0970fba444acff5c6e7 /Doc/c-api/unicode.rst
parent4c8a9a2df3c31b1c29d0b3cf74523e3c8b3dae72 (diff)
downloadcpython-b4324516a0699eabcd028c4f478a4cad3a81922b.zip
cpython-b4324516a0699eabcd028c4f478a4cad3a81922b.tar.gz
cpython-b4324516a0699eabcd028c4f478a4cad3a81922b.tar.bz2
fix run-on sentence
Diffstat (limited to 'Doc/c-api/unicode.rst')
-rw-r--r--Doc/c-api/unicode.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/c-api/unicode.rst b/Doc/c-api/unicode.rst
index 4222a05..b5a9ab1 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.