mirror of
https://github.com/python/cpython.git
synced 2025-12-09 18:48:05 +00:00
gh-112671: Fixing typo in the Macro Docs (GH-112715)
Replace Py_T_STRING_INLINE with Py_T_STRING_INPLACE
This commit is contained in:
parent
4eddb4c9d9
commit
a8ce149628
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue