Skip to content

Commit

Permalink
pythongh-112671: Fixing typo in the Macro Docs (pythonGH-112715)
Browse files Browse the repository at this point in the history
Replace Py_T_STRING_INLINE with Py_T_STRING_INPLACE
(cherry picked from commit a8ce149)

Co-authored-by: Amioplk <amir.worms@dauphine.eu>
  • Loading branch information
Amioplk authored and miss-islington committed Dec 4, 2023
1 parent 88ec2a4 commit 69a4dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/c-api/structures.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 69a4dd0

Please sign in to comment.