We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
PyUnicodeObject*
1 parent 0679066 commit 264b615Copy full SHA for 264b615
Doc/c-api/unicode.rst
@@ -866,7 +866,7 @@ conversion function:
866
ParseTuple converter: decode :class:`bytes` objects -- obtained either
867
directly or indirectly through the :class:`os.PathLike` interface -- to
868
:class:`str` using :c:func:`PyUnicode_DecodeFSDefaultAndSize`; :class:`str`
869
- 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
870
must be released when it is no longer used.
871
872
.. versionadded:: 3.2
0 commit comments