From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Thu, 7 Apr 2022 14:32:09 +0000 (-0700) Subject: c-api docs: There are five fields, not four (GH-32379) X-Git-Tag: v3.9.13~124 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b124a3913d847149daea071dfafac09f1cb1c472;p=thirdparty%2FPython%2Fcpython.git c-api docs: There are five fields, not four (GH-32379) (cherry picked from commit 4c92427fb85e420404a9bd26347e32acc1bbd3b7) Co-authored-by: Jelle Zijlstra --- diff --git a/Doc/c-api/memory.rst b/Doc/c-api/memory.rst index 91b901d726e6..624bddcbb8be 100644 --- a/Doc/c-api/memory.rst +++ b/Doc/c-api/memory.rst @@ -362,7 +362,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 |