Skip to content
Merged
Prev Previous commit
Next Next commit
Fix footnotes in docs
  • Loading branch information
encukou committed Nov 15, 2022
commit e6b626dc7090a61480e71e738e31df09bd384528
6 changes: 3 additions & 3 deletions Doc/c-api/structures.rst
Original file line number Diff line number Diff line change
Expand Up @@ -547,13 +547,13 @@ Macro name C type Python type
.. c:macro:: Py_T_OBJECT_EX :c:expr:`PyObject *` :py:class:`object` (D)
================================ ============================= ======================

(*): String of length 1. Only ASCII is accepted.

(**): Zero-terminated, UTF8-encoded C string.
(*): 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
in the structure.

(**): String of length 1. Only ASCII is accepted.

(RO): Implies :c:macro:`Py_READONLY`.

(D): Can be deleted, in which case the pointer is set to ``NULL``.
Expand Down