Skip to content

Commit a8ce149

Browse files
authored
gh-112671: Fixing typo in the Macro Docs (GH-112715)
Replace Py_T_STRING_INLINE with Py_T_STRING_INPLACE
1 parent 4eddb4c commit a8ce149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/structures.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ Macro name C type Python type
592592
593593
(*): Zero-terminated, UTF8-encoded C string.
594594
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
595+
with :c:macro:`!Py_T_STRING_INPLACE` the string is stored directly
596596
in the structure.
597597
598598
(**): String of length 1. Only ASCII is accepted.

0 commit comments

Comments
 (0)