Skip to content

Commit b14ea66

Browse files
authored
[3.14] Docs: Fix incomplete sentence in tp_itemsize documentation (GH-152381) (GH-152424)
(cherry picked from commit 0a21a24)
1 parent 7087839 commit b14ea66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/c-api/type.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ The following functions and structs are used to create
551551
in the following situations:
552552
553553
- The base is not variable-sized (its
554-
:c:member:`~PyTypeObject.tp_itemsize`).
554+
:c:member:`~PyTypeObject.tp_itemsize` is zero).
555555
- The requested :c:member:`PyType_Spec.basicsize` is positive,
556556
suggesting that the memory layout of the base class is known.
557557
- The requested :c:member:`PyType_Spec.basicsize` is zero,

0 commit comments

Comments
 (0)