mirror of
https://github.com/python/cpython.git
synced 2025-07-29 06:05:00 +00:00
gh-93738: Documentation C syntax (:c:type:PyBytesObject*
-> :c:expr:PyBytesObject*
) (#97782)
:c:type:`PyBytesObject*` -> :c:expr:`PyBytesObject*`
This commit is contained in:
parent
898834e27b
commit
9ebc50866b
1 changed files with 1 additions and 1 deletions
|
@ -711,7 +711,7 @@ conversion function:
|
|||
ParseTuple converter: encode :class:`str` objects -- obtained directly or
|
||||
through the :class:`os.PathLike` interface -- to :class:`bytes` using
|
||||
:c:func:`PyUnicode_EncodeFSDefault`; :class:`bytes` objects are output as-is.
|
||||
*result* must be a :c:type:`PyBytesObject*` which must be released when it is
|
||||
*result* must be a :c:expr:`PyBytesObject*` which must be released when it is
|
||||
no longer used.
|
||||
|
||||
.. versionadded:: 3.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue