summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSrinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) <thatiparthysreenivas@gmail.com>2021-07-03 14:04:57 (GMT)
committerGitHub <noreply@github.com>2021-07-03 14:04:57 (GMT)
commita79e2b6497f7d31017c01a41a290a9b3349398fe (patch)
tree74aec275108cfd687feead9a8a60232874c61015
parent1097384ce964dd63686b1aac706cd0fa764c2dc9 (diff)
downloadcpython-a79e2b6497f7d31017c01a41a290a9b3349398fe.zip
cpython-a79e2b6497f7d31017c01a41a290a9b3349398fe.tar.gz
cpython-a79e2b6497f7d31017c01a41a290a9b3349398fe.tar.bz2
Fix a small typo in the docs (GH-26991)
-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 3cc9dff..01b646c 100644
--- a/Doc/c-api/memory.rst
+++ b/Doc/c-api/memory.rst
@@ -490,7 +490,7 @@ Customize Memory Allocators
Debug hooks on the Python memory allocators
===========================================
-When :ref:`Python is built is debug mode <debug-build>`, the
+When :ref:`Python is built in debug mode <debug-build>`, the
:c:func:`PyMem_SetupDebugHooks` function is called at the :ref:`Python
preinitialization <c-preinit>` to setup debug hooks on Python memory allocators
to detect memory errors.