diff --git a/python/pyarrow/memory.pxi b/python/pyarrow/memory.pxi index 8e95f2a02423c..f68360a5142cc 100644 --- a/python/pyarrow/memory.pxi +++ b/python/pyarrow/memory.pxi @@ -124,6 +124,11 @@ cdef class ProxyMemoryPool(MemoryPool): def default_memory_pool(): """ Return the process-global memory pool. + + Examples + -------- + >>> default_memory_pool() + """ cdef: MemoryPool pool = MemoryPool.__new__(MemoryPool)