summaryrefslogtreecommitdiffstats
path: root/Doc/c-api
diff options
context:
space:
mode:
authorJelle Zijlstra <jelle.zijlstra@gmail.com>2022-04-07 14:02:54 (GMT)
committerGitHub <noreply@github.com>2022-04-07 14:02:54 (GMT)
commit4c92427fb85e420404a9bd26347e32acc1bbd3b7 (patch)
treea7a124b56bdde6f6ef6995f40f1f8d433f898f91 /Doc/c-api
parent2b16a08bc77475917dd5c96417aef4c5210b45ac (diff)
downloadcpython-4c92427fb85e420404a9bd26347e32acc1bbd3b7.zip
cpython-4c92427fb85e420404a9bd26347e32acc1bbd3b7.tar.gz
cpython-4c92427fb85e420404a9bd26347e32acc1bbd3b7.tar.bz2
c-api docs: There are five fields, not four (GH-32379)
Diffstat (limited to 'Doc/c-api')
-rw-r--r--Doc/c-api/memory.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/c-api/memory.rst b/Doc/c-api/memory.rst
index e81a246..987dea4 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 |