Thanks to visit codestin.com Credit goes to github.com
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.
PyBytesObject*
1 parent 898834e commit 9ebc508Copy full SHA for 9ebc508
1 file changed
Doc/c-api/unicode.rst
@@ -711,7 +711,7 @@ conversion function:
711
ParseTuple converter: encode :class:`str` objects -- obtained directly or
712
through the :class:`os.PathLike` interface -- to :class:`bytes` using
713
:c:func:`PyUnicode_EncodeFSDefault`; :class:`bytes` objects are output as-is.
714
- *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
715
no longer used.
716
717
.. versionadded:: 3.1
0 commit comments