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 a685cc0 commit 19ed8c1Copy full SHA for 19ed8c1
Doc/c-api/unicode.rst
@@ -849,7 +849,7 @@ argument parsing, the ``"O&"`` converter should be used, passing
849
ParseTuple converter: encode :class:`str` objects -- obtained directly or
850
through the :class:`os.PathLike` interface -- to :class:`bytes` using
851
:c:func:`PyUnicode_EncodeFSDefault`; :class:`bytes` objects are output as-is.
852
- *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
853
no longer used.
854
855
.. versionadded:: 3.1
0 commit comments