Skip to content

Commit a975de9

Browse files
encukouarhadthedev
andauthored
Apply suggestions from code review
Co-authored-by: Oleg Iarygin <[email protected]>
1 parent 0474e69 commit a975de9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Doc/c-api/object.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ Object Protocol
410410
411411
.. c:function:: Py_ssize_t PyType_GetTypeDataSize(PyTypeObject *cls)
412412
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
414414
memory :c:func:`PyObject_GetTypeData` returns.
415415
416416
This may be larger than requested using :c:member:`-PyType_Spec.basicsize <PyType_Spec.basicsize>`;

Doc/c-api/type.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ The following functions and structs are used to create
354354
355355
.. c:member:: int itemsize
356356
357-
Size of one element of a variable-size type, in bytes
357+
Size of one element of a variable-size type, in bytes.
358358
Used to set :c:member:`PyTypeObject.tp_itemsize`.
359359
See ``tp_itemsize`` documentation for caveats.
360360

0 commit comments

Comments
 (0)