File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -410,7 +410,7 @@ Object Protocol
410
410
411
411
.. c :function :: Py_ssize_t PyType_GetTypeDataSize (PyTypeObject *cls)
412
412
413
- Return the size of the memory reserved for *cls *, i.e. the size of the
413
+ Return the size of the instance memory space reserved for *cls *, i.e. the size of the
414
414
memory :c:func: `PyObject_GetTypeData ` returns.
415
415
416
416
This may be larger than requested using :c:member: `-PyType_Spec.basicsize <PyType_Spec.basicsize> `;
Original file line number Diff line number Diff line change @@ -354,7 +354,7 @@ The following functions and structs are used to create
354
354
355
355
.. c :member :: int itemsize
356
356
357
- Size of one element of a variable-size type, in bytes
357
+ Size of one element of a variable-size type, in bytes.
358
358
Used to set :c:member: `PyTypeObject.tp_itemsize `.
359
359
See ``tp_itemsize `` documentation for caveats.
360
360
You can’t perform that action at this time.
0 commit comments