From ff60bbd1132b20ab578b107b2d796c6db5cc5dcd Mon Sep 17 00:00:00 2001 From: hrimov Date: Mon, 29 Jun 2026 19:32:37 +0200 Subject: [PATCH] Replace misleading root with base in _b_base_ docs --- Doc/library/ctypes.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/ctypes.rst b/Doc/library/ctypes.rst index 51f08fdc0544c96..171a3f8f8616a42 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_