]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
c-api docs: There are five fields, not four (GH-32379)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 7 Apr 2022 14:32:09 +0000 (07:32 -0700)
committerGitHub <noreply@github.com>
Thu, 7 Apr 2022 14:32:09 +0000 (07:32 -0700)
(cherry picked from commit 4c92427fb85e420404a9bd26347e32acc1bbd3b7)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Doc/c-api/memory.rst

index 91b901d726e61cebe766bdd9242d9cc192d8f227..624bddcbb8bed84af9d0f148149ee9e71443208b 100644 (file)
@@ -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                               |