]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
c-api docs: There are five fields, not four (GH-32379)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Thu, 7 Apr 2022 14:02:54 +0000 (07:02 -0700)
committerGitHub <noreply@github.com>
Thu, 7 Apr 2022 14:02:54 +0000 (07:02 -0700)
Doc/c-api/memory.rst

index e81a246cb75cca54729e4deb627b92607cf8b940..987dea40dd674ea5cf1149ff673b2d492786e01d 100644 (file)
@@ -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                               |