]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-93738: Documentation C syntax (:c:type:`PyUnicodeObject*` -> :c:expr:`PyUnicodeObj...
authorAdam Turner <9087854+AA-Turner@users.noreply.github.com>
Tue, 4 Oct 2022 23:11:20 +0000 (00:11 +0100)
committerGitHub <noreply@github.com>
Tue, 4 Oct 2022 23:11:20 +0000 (16:11 -0700)
:c:type:`PyUnicodeObject*` -> :c:expr:`PyUnicodeObject*`

Doc/c-api/unicode.rst

index 99afebd762a4560de53c012bb5655a63b119bea0..f8b6fef33215411a935c83b3a0bfe3880bd224c0 100644 (file)
@@ -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