mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
[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 a8ce149628
)
Co-authored-by: Amioplk <amir.worms@dauphine.eu>
This commit is contained in:
parent
88ec2a4fef
commit
494cd508c0
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