]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-112671: Fixing typo in the Macro Docs (GH-112715)
authorAmioplk <amir.worms@dauphine.eu>
Mon, 4 Dec 2023 20:52:06 +0000 (21:52 +0100)
committerGitHub <noreply@github.com>
Mon, 4 Dec 2023 20:52:06 +0000 (22:52 +0200)
Replace Py_T_STRING_INLINE with Py_T_STRING_INPLACE

Doc/c-api/structures.rst

index 25cb4ed40f63e72fa9bff9343b474f68f0cd5c5b..528813c255c0a57d28c11c6e1603a7e16076dd04 100644 (file)
@@ -592,7 +592,7 @@ Macro name                       C type                        Python type
 
    (*): Zero-terminated, UTF8-encoded C string.
    With :c:macro:`!Py_T_STRING` the C representation is a pointer;
-   with :c:macro:`!Py_T_STRING_INLINE` the string is stored directly
+   with :c:macro:`!Py_T_STRING_INPLACE` the string is stored directly
    in the structure.
 
    (**): String of length 1. Only ASCII is accepted.