Skip to content

Commit

Permalink
gh-93738: Documentation C syntax (:c:type:PyUnicodeObject* -> :c:ex…
Browse files Browse the repository at this point in the history
…pr:`PyUnicodeObject*`) (#97783)

:c:type:`PyUnicodeObject*` -> :c:expr:`PyUnicodeObject*`
  • Loading branch information
AA-Turner committed Oct 4, 2022
1 parent a081cae commit 898834e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/c-api/unicode.rst
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ conversion function:
ParseTuple converter: decode :class:`bytes` objects -- obtained either
directly or indirectly through the :class:`os.PathLike` interface -- to
:class:`str` using :c:func:`PyUnicode_DecodeFSDefaultAndSize`; :class:`str`
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
must be released when it is no longer used.
.. versionadded:: 3.2
Expand Down

0 comments on commit 898834e

Please sign in to comment.