From b4abef229536c80138ec139f01671d38c0b5a4e5 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Thu, 7 Apr 2022 07:27:40 -0700 Subject: [PATCH] c-api docs: There are five fields, not four (GH-32379) (cherry picked from commit 4c92427fb85e420404a9bd26347e32acc1bbd3b7) Co-authored-by: Jelle Zijlstra --- 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 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 | -- 2.47.3