Fix Sphynx syntax in the memory.rst document

This commit is contained in:
Pablo Galindo 2021-02-02 20:43:11 +00:00
parent 22dbd9e8c0
commit b0478d738a
No known key found for this signature in database
GPG key ID: FFE87404168BD847
4 changed files with 46 additions and 12 deletions

View file

@ -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