We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
PyUnicodeObject*
1 parent a081cae commit 898834eCopy full SHA for 898834e
Doc/c-api/unicode.rst
@@ -728,7 +728,7 @@ conversion function:
728
ParseTuple converter: decode :class:`bytes` objects -- obtained either
729
directly or indirectly through the :class:`os.PathLike` interface -- to
730
:class:`str` using :c:func:`PyUnicode_DecodeFSDefaultAndSize`; :class:`str`
731
- objects are output as-is. *result* must be a :c:type:`PyUnicodeObject*` which
+ objects are output as-is. *result* must be a :c:expr:`PyUnicodeObject*` which
732
must be released when it is no longer used.
733
734
.. versionadded:: 3.2
0 commit comments