Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b14ea66

Browse filesBrowse 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
Copy full SHA for b14ea66

1 file changed

+1-1Lines changed: 1 addition & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎Doc/c-api/type.rst‎

Copy file name to clipboardExpand all lines: Doc/c-api/type.rst
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.