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

miss-islington webhook-mailer at python.org
Thu Apr 7 10:32:29 EDT 2022


https://github.com/python/cpython/commit/b124a3913d847149daea071dfafac09f1cb1c472
commit: b124a3913d847149daea071dfafac09f1cb1c472
branch: 3.9
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: miss-islington <31488909+miss-islington at users.noreply.github.com>
date: 2022-04-07T07:32:09-07:00
summary:

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

(cherry picked from commit 4c92427fb85e420404a9bd26347e32acc1bbd3b7)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra at gmail.com>

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

diff --git a/Doc/c-api/memory.rst b/Doc/c-api/memory.rst
index 91b901d726e61..624bddcbb8bed 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                               |



More information about the Python-checkins mailing list