From 4c92427fb85e420404a9bd26347e32acc1bbd3b7 Mon Sep 17 00:00:00 2001 From: Jelle Zijlstra Date: Thu, 7 Apr 2022 07:02:54 -0700 Subject: c-api docs: There are five fields, not four (GH-32379) --- Doc/c-api/memory.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/c-api/memory.rst b/Doc/c-api/memory.rst index e81a246..987dea4 100644 --- a/Doc/c-api/memory.rst +++ b/Doc/c-api/memory.rst @@ -403,7 +403,7 @@ Customize Memory Allocators .. c:type:: PyMemAllocatorEx Structure used to describe a memory block allocator. The structure has - four fields: + the following fields: +----------------------------------------------------------+---------------------------------------+ | Field | Meaning | -- cgit v0.12