From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Thu, 7 Apr 2022 14:27:40 +0000 (-0700) Subject: c-api docs: There are five fields, not four (GH-32379) X-Git-Tag: v3.10.5~189 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b4abef229536c80138ec139f01671d38c0b5a4e5;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 ced7ca79ca59..f17d24bda589 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 |