Skip to content

Commit bb7fb4d

Browse files
authored
[3.13] Docs: Fix incomplete sentence in tp_itemsize documentation (GH-152381) (GH-152423)
(cherry picked from commit 0a21a24)
1 parent 5bf5eea commit bb7fb4d

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
@@ -494,7 +494,7 @@ The following functions and structs are used to create
494494
in the following situations:
495495
496496
- The base is not variable-sized (its
497-
:c:member:`~PyTypeObject.tp_itemsize`).
497+
:c:member:`~PyTypeObject.tp_itemsize` is zero).
498498
- The requested :c:member:`PyType_Spec.basicsize` is positive,
499499
suggesting that the memory layout of the base class is known.
500500
- The requested :c:member:`PyType_Spec.basicsize` is zero,

0 commit comments

Comments
 (0)