[Python-checkins] c-api docs: There are five fields, not four (GH-32379)

JelleZijlstra webhook-mailer at python.org
Thu Apr 7 10:03:14 EDT 2022


https://github.com/python/cpython/commit/4c92427fb85e420404a9bd26347e32acc1bbd3b7
commit: 4c92427fb85e420404a9bd26347e32acc1bbd3b7
branch: main
author: Jelle Zijlstra <jelle.zijlstra at gmail.com>
committer: JelleZijlstra <jelle.zijlstra at gmail.com>
date: 2022-04-07T07:02:54-07:00
summary:

c-api docs: There are five fields, not four (GH-32379)

files:
M Doc/c-api/memory.rst

diff --git a/Doc/c-api/memory.rst b/Doc/c-api/memory.rst
index e81a246cb75cc..987dea40dd674 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                               |



More information about the Python-checkins mailing list