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 bb7fb4d

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

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
@@ -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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.