mirror of
https://github.com/python/cpython.git
synced 2025-07-30 06:34:15 +00:00
Fix Sphynx syntax in the memory.rst document
This commit is contained in:
parent
22dbd9e8c0
commit
b0478d738a
4 changed files with 46 additions and 12 deletions
|
@ -96,7 +96,7 @@ Allocator Domains
|
|||
=================
|
||||
|
||||
All allocating functions belong to one of three different "domains" (see also
|
||||
:c:type`PyMemAllocatorDomain`). These domains represent different allocation
|
||||
:c:type:`PyMemAllocatorDomain`). These domains represent different allocation
|
||||
strategies and are optimized for different purposes. The specific details on
|
||||
how every domain allocates memory or what internal functions each domain calls
|
||||
is considered an implementation detail, but for debugging purposes a simplified
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue