]> 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:27:40 +0000 (07:27 -0700)
committerGitHub <noreply@github.com>
Thu, 7 Apr 2022 14:27:40 +0000 (07:27 -0700)
(cherry picked from commit 4c92427fb85e420404a9bd26347e32acc1bbd3b7)

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

index ced7ca79ca5900a4e60dbf145f8ed8e547fb1ae5..f17d24bda589c1df4b9ba0dc50ee32d3d1d2924f 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                               |