Skip to content

Commit 494cd50

Browse files
[3.12] gh-112671: Fixing typo in the Macro Docs (GH-112715) (GH-112726)
Replace Py_T_STRING_INLINE with Py_T_STRING_INPLACE (cherry picked from commit a8ce149) Co-authored-by: Amioplk <[email protected]>
1 parent 88ec2a4 commit 494cd50

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)