Skip to content

Commit 91c5a04

Browse files
committed
Fix Sphinx formatting
1 parent 823cf8f commit 91c5a04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/unicode.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1882,7 +1882,7 @@ object.
18821882
On error, set an exception, leave the writer unchanged, and return ``-1``.
18831883
18841884
To write a :class:`str` subclass which overrides the :meth:`~object.__str__`
1885-
method, :class:`PyUnicode_FromObject` can be used to get the original
1885+
method, :c:func:`PyUnicode_FromObject` can be used to get the original
18861886
string.
18871887
18881888
.. c:function:: int PyUnicodeWriter_WriteRepr(PyUnicodeWriter *writer, PyObject *obj)

0 commit comments

Comments
 (0)