aboutsummaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2021-02-03 06:14:25 +0000
committerPablo Galindo <pablogsal@gmail.com>2021-02-03 06:14:25 +0000
commit8d998f140e4a0d2319c8e1efbeb4582f7c0df60e (patch)
treeac9a59d69aa990163f84698e3f133abae1d98f09 /Doc
parentbpo-43082: Remove redundant 'the' in Descriptor howto (GH-24394) (diff)
parentFix Sphynx syntax in the memory.rst document (diff)
downloadcpython-8d998f140e4a0d2319c8e1efbeb4582f7c0df60e.tar.gz
cpython-8d998f140e4a0d2319c8e1efbeb4582f7c0df60e.tar.bz2
cpython-8d998f140e4a0d2319c8e1efbeb4582f7c0df60e.zip
Merge tag 'v3.10.0a5'
Python 3.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