From b72070ec1208d991529d084e4e4350e3a670b6eb Mon Sep 17 00:00:00 2001 From: OmBiradar Date: Wed, 1 Jul 2026 23:26:57 +0530 Subject: [PATCH] Fix the docs of `arrow::MemoryManager` * Removes a duplicate line * Minor grammer fix Signed-off-by: OmBiradar --- docs/source/cpp/memory.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/source/cpp/memory.rst b/docs/source/cpp/memory.rst index 032b7d1ac90..4df32749e46 100644 --- a/docs/source/cpp/memory.rst +++ b/docs/source/cpp/memory.rst @@ -171,9 +171,6 @@ Arrow represents the CPU and other devices using the :class:`arrow::Device` abstraction. The associated class :class:`arrow::MemoryManager` specifies how to allocate on a given device. Each device has a default memory manager, but additional instances may be constructed (for example, wrapping a custom -:class:`arrow::MemoryPool` the CPU). -:class:`arrow::MemoryManager` instances which specify how to allocate -memory on a given device (for example, using a particular :class:`arrow::MemoryPool` on the CPU). Device-Agnostic Programming