Skip to content

Commit 898834e

Browse files
authored
gh-93738: Documentation C syntax (:c:type:PyUnicodeObject* -> :c:expr:PyUnicodeObject*) (#97783)
:c:type:`PyUnicodeObject*` -> :c:expr:`PyUnicodeObject*`
1 parent a081cae commit 898834e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/unicode.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ conversion function:
728728
ParseTuple converter: decode :class:`bytes` objects -- obtained either
729729
directly or indirectly through the :class:`os.PathLike` interface -- to
730730
:class:`str` using :c:func:`PyUnicode_DecodeFSDefaultAndSize`; :class:`str`
731-
objects are output as-is. *result* must be a :c:type:`PyUnicodeObject*` which
731+
objects are output as-is. *result* must be a :c:expr:`PyUnicodeObject*` which
732732
must be released when it is no longer used.
733733
734734
.. versionadded:: 3.2

0 commit comments

Comments
 (0)