From: Jelle Zijlstra Date: Thu, 7 Apr 2022 14:02:54 +0000 (-0700) Subject: c-api docs: There are five fields, not four (GH-32379) X-Git-Tag: v3.11.0b1~426 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4c92427fb85e420404a9bd26347e32acc1bbd3b7;p=thirdparty%2FPython%2Fcpython.git c-api docs: There are five fields, not four (GH-32379) --- diff --git a/Doc/c-api/memory.rst b/Doc/c-api/memory.rst index e81a246cb75c..987dea40dd67 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 |