diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-04-07 14:32:09 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-07 14:32:09 (GMT) |
commit | b124a3913d847149daea071dfafac09f1cb1c472 (patch) | |
tree | 4aec08018fbe78e9854dafca6b8842fc80aea22b | |
parent | 85f0792b8fdd86b71844a3ae90ccd7b8d7890012 (diff) | |
download | cpython-b124a3913d847149daea071dfafac09f1cb1c472.zip cpython-b124a3913d847149daea071dfafac09f1cb1c472.tar.gz cpython-b124a3913d847149daea071dfafac09f1cb1c472.tar.bz2 |
c-api docs: There are five fields, not four (GH-32379)
(cherry picked from commit 4c92427fb85e420404a9bd26347e32acc1bbd3b7)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
-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 91b901d..624bddc 100644 --- a/Doc/c-api/memory.rst +++ b/Doc/c-api/memory.rst @@ -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 | |