mirror of
https://github.com/python/cpython.git
synced 2025-07-30 06:34:15 +00:00
gh-93738: Documentation C syntax (:c:type:PyUnicodeObject*
-> :c:expr:PyUnicodeObject*
) (#97783)
:c:type:`PyUnicodeObject*` -> :c:expr:`PyUnicodeObject*`
This commit is contained in:
parent
a081cae2a2
commit
898834e27b
1 changed files with 1 additions and 1 deletions
|
@ -728,7 +728,7 @@ conversion function:
|
||||||
ParseTuple converter: decode :class:`bytes` objects -- obtained either
|
ParseTuple converter: decode :class:`bytes` objects -- obtained either
|
||||||
directly or indirectly through the :class:`os.PathLike` interface -- to
|
directly or indirectly through the :class:`os.PathLike` interface -- to
|
||||||
:class:`str` using :c:func:`PyUnicode_DecodeFSDefaultAndSize`; :class:`str`
|
: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.
|
must be released when it is no longer used.
|
||||||
|
|
||||||
.. versionadded:: 3.2
|
.. versionadded:: 3.2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue