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.
1 parent 6894af5 commit b5c5665Copy full SHA for b5c5665
Doc/c-api/structures.rst
@@ -592,7 +592,7 @@ Macro name C type Python type
592
593
(*): Zero-terminated, UTF8-encoded C string.
594
With :c:macro:`!Py_T_STRING` the C representation is a pointer;
595
- with :c:macro:`!Py_T_STRING_INLINE` the string is stored directly
+ with :c:macro:`!Py_T_STRING_INPLACE` the string is stored directly
596
in the structure.
597
598
(**): String of length 1. Only ASCII is accepted.
0 commit comments