We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PyUnicodeObject*
1 parent f879297 commit 20ddf1cCopy full SHA for 20ddf1c
Doc/c-api/unicode.rst
@@ -870,7 +870,7 @@ conversion function:
870
ParseTuple converter: decode :class:`bytes` objects -- obtained either
871
directly or indirectly through the :class:`os.PathLike` interface -- to
872
:class:`str` using :c:func:`PyUnicode_DecodeFSDefaultAndSize`; :class:`str`
873
- 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
874
must be released when it is no longer used.
875
876
.. versionadded:: 3.2
0 commit comments