diff --git a/Doc/library/ctypes.rst b/Doc/library/ctypes.rst index 51f08fdc0544c9..171a3f8f8616a4 100644 --- a/Doc/library/ctypes.rst +++ b/Doc/library/ctypes.rst @@ -2531,8 +2531,8 @@ Data types Sometimes ctypes data instances do not own the memory block they contain, instead they share part of the memory block of a base object. The - :attr:`_b_base_` read-only member is the root ctypes object that owns the - memory block. + :attr:`_b_base_` read-only member is the base ctypes object that shares + the memory block. .. attribute:: _b_needsfree_