diff options
author | Jelle Zijlstra <jelle.zijlstra@gmail.com> | 2022-04-07 14:02:54 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-07 14:02:54 (GMT) |
commit | 4c92427fb85e420404a9bd26347e32acc1bbd3b7 (patch) | |
tree | a7a124b56bdde6f6ef6995f40f1f8d433f898f91 /Doc/c-api | |
parent | 2b16a08bc77475917dd5c96417aef4c5210b45ac (diff) | |
download | cpython-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.rst | 2 |
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 | |