File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -461,9 +461,9 @@ \section{Type Objects \label{type-structs}}
461461 example, long ints use a negative \member {ob_size} to indicate a
462462 negative number, and N is \code {abs(\member {ob_size})} there. Also,
463463 the presence of an \member {ob_size} field in the instance layout
464- doesn't mean that the type is variable-length (for example, the list
465- type has fixed-length instances, yet those instances have a
466- meaningful \member {ob_size} field).
464+ doesn't mean that the instance structure is variable-length (for
465+ example, the structure for the list type has fixed-length instances,
466+ yet those instances have a meaningful \member {ob_size} field).
467467
468468 The basic size includes the fields in the instance declared by the
469469 macro \csimplemacro {PyObject_HEAD} or
You can’t perform that action at this time.
0 commit comments