aboutsummaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2021-02-02 20:43:11 +0000
committerPablo Galindo <pablogsal@gmail.com>2021-02-02 20:45:36 +0000
commitb0478d738a30ca6a1a57e059156e7445612f2828 (patch)
tree08566b0f9d7dfb971772e650b3b672451c8ba04d /Doc
parentPython 3.10.0a5 (diff)
downloadcpython-b0478d738a30ca6a1a57e059156e7445612f2828.tar.gz
cpython-b0478d738a30ca6a1a57e059156e7445612f2828.tar.bz2
cpython-b0478d738a30ca6a1a57e059156e7445612f2828.zip
Fix Sphynx syntax in the memory.rst documentv3.10.0a5
Diffstat (limited to 'Doc')
-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 0597ef71366..588668ee853 100644
--- a/Doc/c-api/memory.rst
+++ b/Doc/c-api/memory.rst
@@ -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